Skip to content

ConcurrentQueueCodec<T> Methods

Serializer for System.Collections.Concurrent.ConcurrentQueue.

ConvertFromSurrogate(ConcurrentQueueSurrogate<T>)

override
View source
public override ConcurrentQueue<T> ConvertFromSurrogate(ref ConcurrentQueueSurrogate<T> surrogate)
Converts a value from the surrogate type to the field type.

Parameters

surrogateConcurrentQueueSurrogate<T>
The surrogate.

Returns

The value.