Interface Persister<T>

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

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

      • persistToBytes

        byte[] persistToBytes​(T objectToPersist)
        Deprecated.
      • getPersistingClassType

        Class<T> getPersistingClassType()
        Deprecated.