public static class Storage
Public NotInheritable Class Storage
public ref class Storage abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Storage = class end
BinaryDeserializeT | Binary Deserialize an Object from a file. |
BinaryDeserialize2T(Stream) | Binary Deserialize an Object from a Stream. |
BinaryDeserialize2T(String) | Binary Deserialize an Object from a file. |
BinaryDeserializeFromByteArrayT | Binary Deserialize an Object from a byte array. |
BinaryDeserializeFromByteArray2T | Binary Deserialize an Object from a byte array. |
BinarySerialize | Binary Serialize an Object to a file. |
BinarySerialize2(IStorageBinary, String) | Binary Serialize an Object to a file. |
BinarySerialize2(Stream, IStorageBinary) | Binary Serialize an Object to a Stream. |
BinarySerializeToByteArray | Binary Serialize an Object to a byte array. |
BinarySerializeToByteArray2 | Binary Serialize an Object to a byte array. |
XmlDeserializeT | Xml Deserialize an Object from a file. |
XmlDeserializeFromStringT | Xml Deserialize an Object from a string. |
XmlSerialize | Xml Serialize an Object to a file. |
XmlSerializeToString | Xml Serialize an Object to an string. |