 | BinaryDeserializerDeserialize Method (Type) |
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 Object Deserialize(
Type type
)
Public Function Deserialize (
type As Type
) As Object
public:
Object^ Deserialize(
Type^ type
)
member Deserialize :
type : Type -> Object
Parameters
- type
- Type: SystemType
Type of the object to read.
Return Value
Type:
ObjectObject of the specified type read from the current stream.
See Also