ObjFW
|
A protocol for serializing objects. More...
#import <OFSerialization.h>
Public Member Functions | |
(id) | - initWithSerialization: |
Initializes the object with the specified XML element serialization. | |
(OFXMLElement *) | - XMLElementBySerializing |
Serializes the object into an XML element. |
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.