ISerializationConverterTSource, TTargetDeserialize Method |
Deserializes from a given stream into an object.
Namespace: RAYLASE.Marker.Common.SerializationAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
SyntaxTTarget Deserialize(
Stream sourceStream
)
Parameters
- sourceStream Stream
- The stream of the serialized object.
Return Value
TTargetThe resulting object.
See Also