Interface InstanceSerializer<T>

All Known Implementing Classes:
JacksonSerializer, ProtoSerializer

public interface InstanceSerializer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    deserialize(byte[] raw)
     
    byte[]
    serialize(T instance)