Class RanChangeSetSerializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

    @Deprecated
    public class RanChangeSetSerializer
    extends com.fasterxml.jackson.databind.JsonSerializer<liquibase.changelog.RanChangeSet>
    Deprecated.
    Unused, replaced by wrapper type.
    Jackson serializer for RanChangeSet.
    Since:
    1.0.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        com.fasterxml.jackson.databind.JsonSerializer.None
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void serialize​(liquibase.changelog.RanChangeSet value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
      Deprecated.
       
      • Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RanChangeSetSerializer

        public RanChangeSetSerializer()
        Deprecated.
    • Method Detail

      • serialize

        public void serialize​(liquibase.changelog.RanChangeSet value,
                              com.fasterxml.jackson.core.JsonGenerator gen,
                              com.fasterxml.jackson.databind.SerializerProvider provider)
                       throws java.io.IOException
        Deprecated.
        Specified by:
        serialize in class com.fasterxml.jackson.databind.JsonSerializer<liquibase.changelog.RanChangeSet>
        Throws:
        java.io.IOException