[]
Pair of arbitrary encoder/decoder objects.
public Coder(Func<T1, T2> Encode, Func<T2, T1> Decode)
Type | Name | Description |
---|---|---|
Func<T1, T2> | Encode | A function that takes an object of type |
Func<T2, T1> | Decode | A function that takes an |
This record should not be used directly in application code.It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
protected Coder(Coder<T1, T2> original)
Type | Name | Description |
---|---|---|
Coder<T1, T2> | original |