ObjFW
Public Member Functions
<OFSerialization> Protocol Reference

A protocol for serializing objects. More...

#import <OFSerialization.h>

Inheritance diagram for <OFSerialization>:
OFArray OFDataArray OFDate OFDictionary OFList OFNull OFNumber OFSet OFString OFURL OFXMLNode

List of all members.

Public Member Functions

(id) - initWithSerialization:
 Initializes the object with the specified XML element serialization.
(OFXMLElement *) - XMLElementBySerializing
 Serializes the object into an XML element.

Detailed Description

A protocol for serializing objects.


Member Function Documentation

- (id) initWithSerialization: (OFXMLElement *)  element

Initializes the object with the specified XML element serialization.

Parameters:
elementAn OFXMLElement with the serialized object
Returns:
An initialized object
- (OFXMLElement*) XMLElementBySerializing

Serializes the object into an XML element.

Returns:
The object serialized into an XML element

The documentation for this protocol was generated from the following file:
 All Classes Functions Variables Properties