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

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected abstract void PackToCore(
	Packer packer,
	T objectTree
)

Parameters

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