DPSManager AddDataSerializer Method NetworkComms.Net Help
Allows the addition of DataSerializers which are not auto detected. Use only if the assembly in which the DataSerializer is defined is not in the working directory (including subfolders) or if automatic detection is not supported on your platform

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

public static void AddDataSerializer(
	DataSerializer dataSerializer
)
Exceptions

ExceptionCondition
OnlineSystem ArgumentExceptionThrown if A different DataSerializer of the same OnlineType or Id has already been added to the DPSManager
See Also