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 OFData OFDictionary OFMessagePackExtension OFNull OFNumber OFString OFMutableArray OFMutableData OFMutableDictionary OFConstantString OFMutableString

Instance Methods

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

Detailed Description

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

OFMessagePackRepresentation.h ObjFW/OFMessagePackRepresentation.h

Method Documentation

◆ messagePackRepresentation()

- (OFData *) messagePackRepresentation

Returns the MessagePack representation of the object as OFData.

Returns
The MessagePack representation of the object as OFData.

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