Class SketchSerializer

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

    public class SketchSerializer
    extends com.fasterxml.jackson.databind.JsonSerializer<Sketch>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  SketchSerializer.SimpleOutput  
      • 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 
      Modifier and Type Method Description
      void serialize​(Sketch value, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider serializers)  
      • 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

      • SketchSerializer

        public SketchSerializer()
    • Method Detail

      • serialize

        public void serialize​(Sketch value,
                              com.fasterxml.jackson.core.JsonGenerator generator,
                              com.fasterxml.jackson.databind.SerializerProvider serializers)
                       throws java.io.IOException
        Specified by:
        serialize in class com.fasterxml.jackson.databind.JsonSerializer<Sketch>
        Throws:
        java.io.IOException