ObjFW  Diff

Differences From Artifact [573ad388bf]:

To Artifact [5563627a82]:


22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
extern "C" {
#endif
extern int _OFObject_Serialization_reference;
#ifdef __cplusplus
}
#endif

/*!
 * @brief A category that provides methods for serializing objects.
 */
@interface OFObject (OFSerialization)
/*!
 * @brief Creates a string by serializing the receiver.
 *
 * @return The object serialized as a string
 */
- (OFString*)stringBySerializing;







<
<
<







22
23
24
25
26
27
28



29
30
31
32
33
34
35
extern "C" {
#endif
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
 */
- (OFString*)stringBySerializing;