@@ -27,13 +27,11 @@ * @brief A protocol implemented by classes that support encoding to a * MessagePack representation. */ @protocol OFMessagePackRepresentation /*! - * @brief Returns the MessagePack representation of the object as OFData. - * * @return The MessagePack representation of the object as OFData. */ -- (OFData *)messagePackRepresentation; +@property (readonly, nonatomic) OFData *messagePackRepresentation; @end OF_ASSUME_NONNULL_END