ObjFW  Diff

Differences From Artifact [6e430d5348]:

To Artifact [1521a2f33a]:


20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#import "OFObject.h"

OF_ASSUME_NONNULL_BEGIN

@class OFData;

/**
 * @protocol OFMessagePackRepresentation \
 *	     OFMessagePackRepresentation.h ObjFW/OFMessagePackRepresentation.h
 *
 * @brief A protocol implemented by classes that support encoding to a
 *	  MessagePack representation.
 */
@protocol OFMessagePackRepresentation
/**
 * @brief The MessagePack representation of the object as OFData.







|
|







20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#import "OFObject.h"

OF_ASSUME_NONNULL_BEGIN

@class OFData;

/**
 * @protocol OFMessagePackRepresentation OFMessagePackRepresentation.h
 *	     ObjFW/ObjFW.h
 *
 * @brief A protocol implemented by classes that support encoding to a
 *	  MessagePack representation.
 */
@protocol OFMessagePackRepresentation
/**
 * @brief The MessagePack representation of the object as OFData.