UtilSerializationDeserialize Method

Overload List

DeserializeT(FileInfo, SerializationFormat) Deserializes the data of an Object from the specified file, using the specified serialization format.
DeserializeT(T, String, SerializationFormat) Deserializes the data of an Object from the specified file, using the specified serialization format.
DeserializeT(String, SerializationFormat, Encoding) Deserializes the data of an Object from the specified String representation, using the specified serialization format.

See Also