|
Gocator API
|
Serializes/deserializes objects to/from Gocator Data Protocol.
Inherits kSerializer.
Public Member Functions | |
| kStatus | GoSerializer_Construct (GoSerializer *serializer, kStream stream, kAlloc allocator) |
| Constructs a GoSerializer object. More... | |
| kStatus GoSerializer_Construct | ( | GoSerializer * | serializer, |
| kStream | stream, | ||
| kAlloc | allocator | ||
| ) |
Constructs a GoSerializer object.
| serializer | Receives the constructed object. |
| stream | Stream for reading or writing. |
| allocator | Memory allocator (or kNULL for default). |