DPSManager GetDataSerializer Method (Byte)NetworkComms.Net Help
Retrieves the singleton instance of the DataSerializer corresponding to a given id

Namespace: NetworkCommsDotNet.DPSBase
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static DataSerializer GetDataSerializer(
	byte Id
)

Return Value

Type: DataSerializer
The retrieved singleton instance of the desired DataSerializer
See Also