Interface required by objects that should be written to, and read from, the ksOutputBuffers and ksInputBufers. More...
Public Member Functions | |
| byte[] | GetBytes () |
| Serialize the object into a byte array. More... | |
| void | FromBytes (byte[] buffer) |
| Deserialize a byte array and update the object. More... | |
Interface required by objects that should be written to, and read from, the ksOutputBuffers and ksInputBufers.
| void KS.Reactor.ksIBufferable.FromBytes | ( | byte[] | buffer | ) |
Deserialize a byte array and update the object.
| buffer | Byte array to deserialze. |
Implemented in KS.Reactor.ksRoomInfo.
| byte [] KS.Reactor.ksIBufferable.GetBytes | ( | ) |
Serialize the object into a byte array.
Implemented in KS.Reactor.ksRoomInfo.