canEncodeCustom<T> abstract method
Checks if the encoder can encode the custom type T
.
When this method returns true
, the encodeObject method can be called with the type T
.
Implementation
bool canEncodeCustom<T>();
Checks if the encoder can encode the custom type T
.
When this method returns true
, the encodeObject method can be called with the type T
.
bool canEncodeCustom<T>();