Interface ObjectToStringBiConverter<T>

Type Parameters:
T - the type of objects to convert
All Superinterfaces:
BiConverter<T,String>, ConverterInto<T,Appendable>, ConverterIntoAppendable<T>, ObjectClassConverter<T>
All Known Subinterfaces:
IdConverter<I>
All Known Implementing Classes:
IdConverterChain, ObjectToStringBiConverterWithFormat, ObjectToStringWithToStringBiConverter, TemporalAccessorToStringConverter

Converts objects of type T to & from String, if it can.