doWrite abstract method
Writes the object
to the provided MsgPackWriter writer
writer
: The MsgPackWriter to use to serialize the objectobject
: The target object
Returns true if the object is serializable via the current extension, false otherwise
Implementation
bool doWrite(MsgPackWriter writer, dynamic object);