10 ms·
MessagePack includes a concept named "type conversion" to support types which are not supported by its wire format. With the concept, we can serialize/deseriali
by frsyuki 14y ago
MessagePack includes a concept named "type conversion" to support types which are not supported by its wire format.
With the concept, we can serialize/deserialize user-defined classes as well as strings with encodings.
So far, MessagePack for Java, C++ and D implement the concept.