ObjFW  Diff

Differences From Artifact [b12f08ceb4]:

To Artifact [befef63d14]:


24
25
26
27
28
29
30
31

32
33
34
35

36
37
38
24
25
26
27
28
29
30

31


32

33
34
35
36







-
+
-
-

-
+



extern int _OFXMLElement_Serialization_reference;
#ifdef __cplusplus
}
#endif

@interface OFXMLElement (OFSerialization)
/*!
 * @brief Deserializes the receiver into an object.
 * The XML element interpreted as serialization and parsed into an object.
 *
 * @return The deserialized object
 */
- (id)objectByDeserializing;
@property (readonly, nonatomic) id objectByDeserializing;
@end

OF_ASSUME_NONNULL_END