Class TDigestDeserializer

  • All Implemented Interfaces:
    org.nd4j.shade.jackson.databind.deser.NullValueProvider

    public class TDigestDeserializer
    extends org.nd4j.shade.jackson.databind.JsonDeserializer<com.tdunning.math.stats.TDigest>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.nd4j.shade.jackson.databind.JsonDeserializer

        org.nd4j.shade.jackson.databind.JsonDeserializer.None
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.tdunning.math.stats.TDigest deserialize​(org.nd4j.shade.jackson.core.JsonParser jp, org.nd4j.shade.jackson.databind.DeserializationContext d)  
      • Methods inherited from class org.nd4j.shade.jackson.databind.JsonDeserializer

        deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
    • Constructor Detail

      • TDigestDeserializer

        public TDigestDeserializer()
    • Method Detail

      • deserialize

        public com.tdunning.math.stats.TDigest deserialize​(org.nd4j.shade.jackson.core.JsonParser jp,
                                                           org.nd4j.shade.jackson.databind.DeserializationContext d)
                                                    throws IOException,
                                                           org.nd4j.shade.jackson.core.JsonProcessingException
        Specified by:
        deserialize in class org.nd4j.shade.jackson.databind.JsonDeserializer<com.tdunning.math.stats.TDigest>
        Throws:
        IOException
        org.nd4j.shade.jackson.core.JsonProcessingException