ObjFW
Instance Methods | List of all members
<OFMessagePackRepresentation> Protocol Reference

A protocol implemented by classes that support encoding to a MessagePack representation. More...

#import <OFMessagePackRepresentation.h>

Inheritance diagram for <OFMessagePackRepresentation>:
OFArray OFDataArray OFDictionary OFMessagePackExtension OFNull OFNumber OFString OFMutableArray OFBigDataArray OFMutableDictionary OFConstantString OFMutableString

Instance Methods

(OFDataArray *) - messagePackRepresentation
 Returns the MessagePack representation of the object as an OFDataArray. More...
 

Detailed Description

A protocol implemented by classes that support encoding to a MessagePack representation.

OFMessagePackRepresentation.h ObjFW/OFMessagePackRepresentation.h

Method Documentation

- (OFDataArray*) messagePackRepresentation

Returns the MessagePack representation of the object as an OFDataArray.

Returns
The MessagePack representation of the object as an OFDataArray.

The documentation for this protocol was generated from the following file: