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. | |
| 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.
| 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.
| info |
|
AgateLib Awesome Game and Tool Engine Library |
|