Delegate CodecValidate<T>
Validates a value inside the active codec operation and records failures on its context.
public delegate void CodecValidate<T>(in T value, CodecContext context)
Parameters
valueT- Validates a value inside the active codec operation and records failures on its context.
contextCodecContext- Validates a value inside the active codec operation and records failures on its context.
Type Parameters
T