Click or drag to resize

ISerializationConverterTSource, TTargetReadSerializationVersion Method

Reads the version from the source. The version can be used to determine a match with a suitable converter.

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

Parameters

sourceStream  Stream
The stream of the serialized object.

Return Value

String
The version of the source.
See Also