Interface Serializer<T>

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

public interface Serializer<T>
  • Method Summary

    Modifier and Type Method Description
    T construct​(byte[] b)  
    byte[] getBytes​(T o)