API:IOTools

From Kerbal Space Program Wiki
Revision as of 02:46, 18 May 2012 by N3X15 (talk | contribs) (Created page with "{{Namespace:KSP.IO}} {{Class |name=IOTools |summary=Provide some common IO tools that are needed by plugins. }} {{MethodsStart}} {{StaticMethod |returntype=object |returndesc=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

KSP.IO Namespace
BinaryReader · BinaryWriter · File · FileInfo · FileStream · IOException · IOTools · IOUtils · MemoryStream · PluginConfigNode · PluginConfiguration · TextReader · TextWriter

IOTools Class

Provide some common IO tools that are needed by plugins.

Methods

The following are methods included in IOTools.

Signature Description
static object DeserializeFromBinary(byte[] input) Deserialize an object from binary.
static byte[] SerializeToBinary(object something) Serialize an object to a series of bytes.