Package org.projectnessie.versioned.store
package org.projectnessie.versioned.store
-
ClassDescriptionContentSerializer<C extends org.projectnessie.model.Content>Content serializers provide persistence layer (de)serialization functionality for a specific content type.Custom content serializers need to implement this interface and call
ContentSerializerRegistry.register(ContentSerializer)for each serializer.MainStoreWorkerimplementation that maintains a registry of availablecontent serializersand delegates to these.LegacyContentSerializer<C extends org.projectnessie.model.Content>Deprecated.