Interface BytesToObjectConverter<T>

All Superinterfaces:
Converter<ByteSource,T>

public interface BytesToObjectConverter<T> extends Converter<ByteSource,T>
  • Method Summary

    Methods inherited from interface dev.enola.common.convert.Converter

    convert