Delegate CodecTryTransform<TSource, TResult>
Converts between a wire representation and a domain value without throwing away codec diagnostics.
public delegate bool CodecTryTransform<TSource, TResult>(in TSource source, CodecContext context, out TResult result)
Parameters
sourceTSource- Converts between a wire representation and a domain value without throwing away codec diagnostics.
contextCodecContext- Converts between a wire representation and a domain value without throwing away codec diagnostics.
resultTResult- Converts between a wire representation and a domain value without throwing away codec diagnostics.
Returns
- bool
- Converts between a wire representation and a domain value without throwing away codec diagnostics.
Type Parameters
TSourceTResult