AgateLib.Serialization.Xle.IXleSerializable Interface Reference

Interface that must be implemented in order to make an object serializable with the XleSerializer. More...

List of all members.

Public Member Functions

void WriteData (XleSerializationInfo info)
 This method is called when an object is to be serialized. The object should call the Write() methods on the info object in order to write enough of its data so that it can be deserialized.
void ReadData (XleSerializationInfo info)
 This method is called when an object is to be deserialized. The object should call the Read*() methods on the info object to reconstruct its internal structure.


Detailed Description

Interface that must be implemented in order to make an object serializable with the XleSerializer.


Member Function Documentation

void AgateLib.Serialization.Xle.IXleSerializable.ReadData ( XleSerializationInfo  info  ) 

This method is called when an object is to be deserialized. The object should call the Read*() methods on the info object to reconstruct its internal structure.

Parameters:
info 

void AgateLib.Serialization.Xle.IXleSerializable.WriteData ( XleSerializationInfo  info  ) 

This method is called when an object is to be serialized. The object should call the Write() methods on the info object in order to write enough of its data so that it can be deserialized.

Parameters:
info 


The documentation for this interface was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo