ObjFW  Diff

Differences From Artifact [26f370712f]:

To Artifact [f8a88520ac]:


26
27
28
29
30
31
32
33
34
35

36
37

38
39
40
26
27
28
29
30
31
32



33
34

35
36
37
38







-
-
-
+

-
+



extern int _OFObject_Serialization_reference;
#ifdef __cplusplus
}
#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