Interface Persister<T>

  • All Superinterfaces:
    com.palantir.common.persist.Persistable.Hydrator<T>

    public interface Persister<T>
    extends com.palantir.common.persist.Persistable.Hydrator<T>
    Persisters are required to have a no arg constructor.
    • Method Detail

      • persistToBytes

        byte[] persistToBytes​(T objectToPersist)
      • getPersistingClassType

        Class<T> getPersistingClassType()