Takes an identifier generated using CreateSerializerDataProcessorIdentifier(DataSerializer, List DataProcessor ) and returns
the DataSerializer and set of DataProcessors used to generate the identifier
Namespace: NetworkCommsDotNet.DPSBaseAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- id
- Type: System Int64
The Int64 describing the DataSerializer and a set of DataProcessors
- serializer
- Type: NetworkCommsDotNet.DPSBase DataSerializer
The resultant DataSerializer
- dataProcessors
- Type: System.Collections.Generic List DataProcessor
A List of the resultant DataProcessors
Remarks
See Also