ObjFW
|
A protocol for serializing objects. More...
#import <ObjFW/OFSerialization.h>
Instance Methods | |
(id) | - initWithSerialization: |
Initializes the object with the specified XML element serialization. More... | |
(OFXMLElement *) | - XMLElementBySerializing |
Serializes the object into an XML element. More... | |
A protocol for serializing objects.
- (id) initWithSerialization: | (OFXMLElement *) | element |
Initializes the object with the specified XML element serialization.
element | An OFXMLElement with the serialized object |
- (OFXMLElement*) XMLElementBySerializing |
Serializes the object into an XML element.