All Known Implementing Classes:
AdapterStateSerializer, StateSerializer

public interface Serializer<T>
  • Method Summary

    Modifier and Type Method Description
    byte[] writeByte​(T obj)  
    String writeString​(T obj)  
  • Method Details

    • writeByte

      byte[] writeByte​(T obj)
    • writeString

      String writeString​(T obj)