PortableFormatter.Deserialize Method |
Deserializes a stream.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public Object Deserialize( Stream stream )
Parameters
- stream
- Type: System.IO.Stream
A Stream containing a serialized object graph.
Return Value
Type: ObjectThe root object of the object graph serialized in stream.