Skip to content

ObjectSerializer.Deserialize(Stream, SerializerSession, Type)

Deserialize(Stream, SerializerSession, Type)

View source
public object Deserialize(Stream source, SerializerSession session, Type type)
Deserialize a value of type type from source.

Parameters

sourceStream
The source buffer.
sessionSerializerSession
The serializer session.
typeType
The expected type of the value.

Returns

The deserialized value.