![]() |
Kerbal Space Program
1.12.4
|
Provide some common IO tools that are needed by plugins. More...
Static Public Member Functions | |
| static object | DeserializeFromBinary (byte[] input) |
| Deserialize a binary serialized object More... | |
| static byte[] | SerializeToBinary (object something) |
| Serialize an object (same as using a BinaryFormatter). More... | |
Provide some common IO tools that are needed by plugins.
|
inlinestatic |
Deserialize a binary serialized object
| input |
|
inlinestatic |
Serialize an object (same as using a BinaryFormatter).
| something |
1.8.7