SynchronizableSerialize Method

Serialize Synchronizable.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public override void Serialize(
	ITransportStreamWriter processor,
	byte LOD,
	bool forceSync = false
)

Parameters

processor  ITransportStreamWriter
Writer processor.
LOD  Byte
Defines with what NetLOD to send the data.
forceSync  Boolean  (Optional)
 

See Also