Class OnRefOnlySerializer

java.lang.Object
org.projectnessie.versioned.testworker.OnRefOnlySerializer
All Implemented Interfaces:
org.projectnessie.versioned.store.ContentSerializer<OnRefOnly>

public class OnRefOnlySerializer extends Object
  • Constructor Details

    • OnRefOnlySerializer

      public OnRefOnlySerializer()
  • Method Details

    • contentType

      public org.projectnessie.model.Content.Type contentType()
    • payload

      public int payload()
    • toStoreOnReferenceState

      public org.projectnessie.nessie.relocated.protobuf.ByteString toStoreOnReferenceState(OnRefOnly content)
    • valueFromStore

      protected OnRefOnly valueFromStore(String contentId, String onRef)
    • valueFromStore

      public OnRefOnly valueFromStore(org.projectnessie.nessie.relocated.protobuf.ByteString onReferenceValue)
      Specified by:
      valueFromStore in interface org.projectnessie.versioned.store.ContentSerializer<C extends org.projectnessie.model.Content>