ObjFW
|
A protocol for serializing objects. More...
#import <ObjFW/OFSerialization.h>
Instance Methods | |
(instancetype) | - initWithSerialization: |
Initializes the object with the specified XML element serialization. More... | |
Properties | |
OFXMLElement * | XMLElementBySerializing |
The object serialized into an XML element. | |
A protocol for serializing objects.
- (instancetype) initWithSerialization: | (OFXMLElement *) | element |
Initializes the object with the specified XML element serialization.
element | An OFXMLElement with the serialized object |
Reimplemented in OFXMLNode, OFSecureData, OFXMLProcessingInstructions, OFXMLElement, OFXMLComment, OFXMLCharacters, OFXMLCDATA, and OFXMLAttribute.