ObjFW
|
A protocol implemented by classes that support encoding to a MessagePack representation. More...
#import <OFMessagePackRepresentation.h>
Instance Methods | |
(OFDataArray *) | - messagePackRepresentation |
Returns the MessagePack representation of the object as an OFDataArray. More... | |
A protocol implemented by classes that support encoding to a MessagePack representation.
OFMessagePackRepresentation.h ObjFW/OFMessagePackRepresentation.h
- (OFDataArray*) messagePackRepresentation |
Returns the MessagePack representation of the object as an OFDataArray.