Interface for objects that can be written to or read from a ksStreamBuffer. More...
Public Member Functions | |
| void | Serialize (ksStreamBuffer output) |
| Serializes the object to the output buffer. More... | |
| void | Deserialize (ksStreamBuffer input) |
| Deserializes the object from the input buffer. More... | |
Interface for objects that can be written to or read from a ksStreamBuffer.
| void ksISerializable.Deserialize | ( | ksStreamBuffer | input | ) |
Deserializes the object from the input buffer.
| input |
Implemented in KS.Reactor.ksRoomInfo, KS.Reactor.ksMultiType, KS.Reactor.ksAddress, and KS.Reactor.ksEntityId.
| void ksISerializable.Serialize | ( | ksStreamBuffer | output | ) |
Serializes the object to the output buffer.
| output |
Implemented in KS.Reactor.ksRoomInfo, KS.Reactor.ksMultiType, KS.Reactor.ksAddress, and KS.Reactor.ksEntityId.