A loader implementation should implement __________ if casts (implicit or explicit) from DataByteArray fields to other types need to be supported.
A loader implementation should implement __________ if casts (implicit or explicit) from DataByteArray fields to other types need to be supported. Correct Answer LoadCaster
LoadCaster has methods to convert byte arrays to specific types.