Click or drag to resize

ISerializationConverterTSource, TTargetSerialize Method

Serializes a given object into a stream.

Namespace: RAYLASE.Marker.Common.Serialization
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
void Serialize(
	TSource source,
	Stream targetStream
)

Parameters

source  TSource
The source object.
targetStream  Stream
The stream to write to.
See Also