PortableFormatter.Deserialize Method |
Deserializes a stream.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.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.