@@ -28,13 +28,11 @@ } #endif @interface OFObject (OFSerialization) /*! - * @brief Creates a string by serializing the receiver. - * - * @return The object serialized as a string + * The object serialized as a string. */ -- (OFString *)stringBySerializing; +@property (readonly, nonatomic) OFString *stringBySerializing; @end OF_ASSUME_NONNULL_END