PODSlimSerializer Deserialize Method (Stream, ReadingStrategy)NFX Class Library

[This is preliminary documentation and is subject to change.]

Desirializes a graph of arbitrary CLR objects that was serialized before

Namespace: NFX.Serialization.Slim
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Object Deserialize(
	Stream stream,
	ReadingStrategy readingStrategy = null
)

Return Value

Type: OnlineObject
CLR object graph which is deserialized from possibly transformed PortableObjectDocument container
See Also