Property | Type | Description | |
---|---|---|---|
IsComplete | bool |
Method | Description | |
---|---|---|
Deserialize ( byte b ) : |
Gets the Candidate object from the MessagePack object bytes
|
|
GetEyeColor ( string s ) : EyeColor |
Gets the EyeColor enum from a string representing the eye color
|
|
PackToMessage ( |
Packs the candidate to a MessagePack objects This method should not be called directly, use serialize instead.
|
|
Serialize ( ) : byte[] |
Serializes the candidate to a MessagePack object
|
|
UnpackFromMessage ( |
Unpacks the message from a MessagePack object This method should not be called directly, use deserialize instead.
|
Method | Description | |
---|---|---|
IsComplete ( ) : bool |
public static Deserialize ( byte b ) : |
||
b | byte | The MessagePack object bytes |
return |
public PackToMessage ( |
||
packer | The packer | |
options | MsgPack.PackingOptions | The packer options |
return | void |
public UnpackFromMessage ( |
||
unpacker | The unpacker | |
return | void |