Class StoragePersonaJSONSerializer

java.lang.Object
com.linkedin.venice.helix.VeniceJsonSerializer<StoragePersona>
com.linkedin.venice.persona.StoragePersonaJSONSerializer
All Implemented Interfaces:
VeniceSerializer<StoragePersona>

public class StoragePersonaJSONSerializer extends VeniceJsonSerializer<StoragePersona>
Serializer used to convert the data between Persona and json.
  • Constructor Details

    • StoragePersonaJSONSerializer

      public StoragePersonaJSONSerializer()
  • Method Details

    • configureObjectMapper

      protected void configureObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
      Description copied from class: VeniceJsonSerializer
      Configure the ObjectMapper with custom settings. Subclasses should override this method instead of createObjectMapper().
      Overrides:
      configureObjectMapper in class VeniceJsonSerializer<StoragePersona>
      Parameters:
      mapper - The ObjectMapper to configure