1 #ifndef AesalonModule_memory_Marshal_H
2 #define AesalonModule_memory_Marshal_H
4 #include "marshal/Interface.h"
6 class MemoryMarshal
: public Marshal::Interface
{
9 virtual ~MemoryMarshal();
11 virtual Comm::Packet
*marshal(Comm::Packet
*packet
);