[This is preliminary documentation and is subject to change.]
Desirializes a graph of arbitrary CLR objects that was serialized before
Namespace: NFX.Serialization.SlimAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- stream
- Type:
System.IO Stream
Source data stream in Slim binary format
Return Value
Type:
CLR object graph which is deserialized from possibly transformed PortableObjectDocument container
Implements
ISerializer Deserialize(Stream)See Also