10 #ifndef GO_SDK_SERIALIZER_H
11 #define GO_SDK_SERIALIZER_H
17 #define GO_SERIALIZATION_FORMAT_NAME "godat" //format name, used for version info lookup
18 #define GO_SERIALIZATION_FORMAT_VERSION "6.0.0.0" //format version, used for version info lookup
22 #define GoSerializerTypeIdStr_(TYPE_ID) #TYPE_ID
23 #define GoSerializerTypeIdStr(TYPE_ID) GoSerializerTypeIdStr_(TYPE_ID)
46 #include <GoSdk/Internal/GoSerializer.x.h>
kStatus GoSerializer_Construct(GoSerializer *serializer, kStream stream, kAlloc allocator)
Constructs a GoSerializer object.
Serializes/deserializes objects to/from Gocator Data Protocol.
Essential SDK declarations.