@@ -26,15 +26,13 @@ } #endif @interface OFData (MessagePackValue) /*! - * @brief Parses the MessagePack representation and returns it as an object. - * - * @return The MessagePack representation as an object + * The data interpreted as MessagePack representation and parsed as an object. */ -- (id)messagePackValue; +@property (readonly, nonatomic) id messagePackValue; /*! * @brief Parses the MessagePack representation and returns it as an object. * * @param depthLimit The maximum depth the parser should accept (defaults to 32