Click or drag to resize
NonGenericCollectionMessagePackSerializerTCollectionPackToCore Method
Serializes specified object with specified Packer.

Namespace: MsgPack.Serialization.CollectionSerializers
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected override sealed void PackToCore(
	Packer packer,
	TCollection objectTree
)

Parameters

packer
Type: MsgPackPacker
Packer which packs values in objectTree. This value will not be null.
objectTree
Type: TCollection
Object to be serialized.
Exceptions
ExceptionCondition
SerializationExceptionTCollection is not serializable etc.
See Also