C# Class Samples.PackableUnpackableObject

A custom serializer sample: Serialize System.DateTime as UTC.
Inheritance: IPackable, IUnpackable
Afficher le fichier Open project: msgpack/msgpack-cli Class Usage Examples

Méthodes publiques

Méthode Description
PackToMessage ( Packer packer, MsgPack.PackingOptions options ) : void
UnpackFromMessage ( Unpacker unpacker ) : void

Method Details

PackToMessage() public méthode

public PackToMessage ( Packer packer, MsgPack.PackingOptions options ) : void
packer MsgPack.Packer
options MsgPack.PackingOptions
Résultat void

UnpackFromMessage() public méthode

public UnpackFromMessage ( Unpacker unpacker ) : void
unpacker MsgPack.Unpacker
Résultat void