canEncodeCustom<T> abstract method

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.

Implementation

bool canEncodeCustom<T>();