DPSManager GetSerializerDataProcessorsFromIdentifier Method NetworkComms.Net Help

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

public static void GetSerializerDataProcessorsFromIdentifier(
	long id,
	out DataSerializer serializer,
	out List<DataProcessor> dataProcessors
)

Parameters

id
Type: OnlineSystem Int64
The OnlineInt64 describing the DataSerializer and a set of DataProcessors
serializer
Type: NetworkCommsDotNet.DPSBase DataSerializer 
The resultant DataSerializer
dataProcessors
Type: OnlineSystem.Collections.Generic List DataProcessor  
A List of the resultant DataProcessors
Remarks

This method is used to extract the serialization method and any data processing that needs to be used when transmitting data using NetworkCommsDotNet
See Also