Interface Serializer<T>

All Known Implementing Classes:
IdentityBytes, IntBytes, StringBytes, UTF8StringBytes

public interface Serializer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    construct(byte[] b)
     
    byte[]
     
  • Method Details

    • getBytes

      byte[] getBytes(T o)
    • construct

      T construct(byte[] b)