Class HyperLogLogPlusJsonSerialiser

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

    @Deprecated
    public class HyperLogLogPlusJsonSerialiser
    extends com.fasterxml.jackson.databind.JsonSerializer<com.clearspring.analytics.stream.cardinality.HyperLogLogPlus>
    Deprecated.
    A HyperLogLogPlusJsonSerialiser serialises HyperLogLogPlus objects.
    • 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
      Class<com.clearspring.analytics.stream.cardinality.HyperLogLogPlus> handledType()
      Deprecated.
       
      void serialize​(com.clearspring.analytics.stream.cardinality.HyperLogLogPlus hyperLogLogPlus, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
      Deprecated.
       
      void serializeWithType​(com.clearspring.analytics.stream.cardinality.HyperLogLogPlus value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
      Deprecated.
       
      • Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        acceptJsonFormatVisitor, getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
    • Constructor Detail

      • HyperLogLogPlusJsonSerialiser

        public HyperLogLogPlusJsonSerialiser()
        Deprecated.
    • Method Detail

      • serialize

        public void serialize​(com.clearspring.analytics.stream.cardinality.HyperLogLogPlus hyperLogLogPlus,
                              com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
                              com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
                       throws IOException,
                              com.fasterxml.jackson.core.JsonProcessingException
        Deprecated.
        Specified by:
        serialize in class com.fasterxml.jackson.databind.JsonSerializer<com.clearspring.analytics.stream.cardinality.HyperLogLogPlus>
        Throws:
        IOException
        com.fasterxml.jackson.core.JsonProcessingException
      • serializeWithType

        public void serializeWithType​(com.clearspring.analytics.stream.cardinality.HyperLogLogPlus value,
                                      com.fasterxml.jackson.core.JsonGenerator gen,
                                      com.fasterxml.jackson.databind.SerializerProvider serializers,
                                      com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
                               throws IOException
        Deprecated.
        Overrides:
        serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<com.clearspring.analytics.stream.cardinality.HyperLogLogPlus>
        Throws:
        IOException
      • handledType

        public Class<com.clearspring.analytics.stream.cardinality.HyperLogLogPlus> handledType()
        Deprecated.
        Overrides:
        handledType in class com.fasterxml.jackson.databind.JsonSerializer<com.clearspring.analytics.stream.cardinality.HyperLogLogPlus>