Click or drag to resize

ISerializationConverterTSource, TTargetDeserialize Method

Deserializes from a given stream into an object.

Namespace: RAYLASE.Marker.Common.Serialization
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
TTarget Deserialize(
	Stream sourceStream
)

Parameters

sourceStream  Stream
The stream of the serialized object.

Return Value

TTarget
The resulting object.
See Also