Interface StructDecoder<T>


public interface StructDecoder<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(byte[] bytes)
     
    default T
    decode(String data)