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.DPSBaseAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- dataSerializer
- Type: NetworkCommsDotNet.DPSBase DataSerializer
The DataSerializer to make the see DPSManager aware of
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Thrown if A different DataSerializer of the same Type or Id has already been added to the DPSManager |
See Also