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.SerializationAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxstring ReadSerializationVersion(
Stream sourceStream
)
Parameters
- sourceStream Stream
- The stream of the serialized object.
Return Value
StringThe version of the source.
See Also