 | BinaryDeserializerDeserializeT Method |
Reads and returns an object of the specified type from the current stream.
Namespace: Slash.Serialization.BinaryAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic T Deserialize<T>()
Public Function Deserialize(Of T) As T
public:
generic<typename T>
T Deserialize()
member Deserialize : unit -> 'T
Type Parameters
- T
- Type of the object to read.
Return Value
Type:
TObject of the specified type read from the current stream.
See Also