Interface BlobDecoder<T>

All Superinterfaces:
Serializable
All Known Subinterfaces:
BlobConverter<T>
All Known Implementing Classes:
ProtobufBlobConverter

public interface BlobDecoder<T> extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(byte[] bytes)
     
  • Method Details

    • decode

      T decode(byte[] bytes)