Delegate EncodeAction<T>
Represents a delegate that encodes a value with an Ice encoder.
public delegate void EncodeAction<in T>(ref IceEncoder encoder, T value)
Parameters
encoderIceEncoderThe Ice encoder.
valueTThe value to encode with the encoder.
Type Parameters
TThe type of the value to encode.