Helper function to allow a DataSerializer to be implemented as a singleton. Returns the singleton instance generated by the DPSManager
Namespace: NetworkCommsDotNet.DPSBaseAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Type Parameters
- T
- The Type of the DataSerializer to retrieve from the DPSManager
Return Value
Type: TThe singleton instance generated by the DPSManager
See Also