NonGenericListMessagePackSerializerTList Constructor |
Namespace: MsgPack.Serialization.CollectionSerializersAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected NonGenericListMessagePackSerializer(
SerializationContext ownerContext,
PolymorphismSchema schema
)
Protected Sub New (
ownerContext As SerializationContext,
schema As PolymorphismSchema
)
protected:
NonGenericListMessagePackSerializer(
SerializationContext^ ownerContext,
PolymorphismSchema^ schema
)
new :
ownerContext : SerializationContext *
schema : PolymorphismSchema -> NonGenericListMessagePackSerializer
Parameters
- ownerContext
- Type: MsgPack.SerializationSerializationContext
A SerializationContext which owns this serializer. - schema
- Type: MsgPack.SerializationPolymorphismSchema
The schema for collection itself or its items for the member this instance will be used to.
null will be considered as Default.
Exceptions See Also