#include <mcllib/MCMemSerializer.h>
Inheritance diagram for MCMemSerializer:
Public Member Functions | |
MCMemSerializer (MCSerializer &ser) | |
Construct a memory serializer from another serializer The next item in the input stream of the serializer must be an MCMemSerializer put onto the stream with put(). | |
MCMemSerializer (bool hasType) | |
Construct a memory serializer. | |
MCSerializer & | put (MCSerializer &ser) const |
Put a memory serializer onto another serializer. |
|
Construct a memory serializer. Information serialized to the mem serializer can be deserialized (one off) from the same mem serializer.
|
|
Construct a memory serializer from another serializer The next item in the input stream of the serializer must be an MCMemSerializer put onto the stream with put().
|
|
Put a memory serializer onto another serializer. A memory serializer can be put onto another serializer (for instance a file or a socket) and later extracted using the MCMemSerializer(MCSerializer&) constructor.
|