Class ROCSerializer

  • All Implemented Interfaces:
    org.nd4j.shade.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

    public class ROCSerializer
    extends org.nd4j.shade.jackson.databind.JsonSerializer<ROC>
    • Nested Class Summary

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

        org.nd4j.shade.jackson.databind.JsonSerializer.None
    • Constructor Summary

      Constructors 
      Constructor Description
      ROCSerializer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void serialize​(ROC roc, org.nd4j.shade.jackson.core.JsonGenerator jsonGenerator, org.nd4j.shade.jackson.databind.SerializerProvider serializerProvider)  
      void serializeWithType​(ROC value, org.nd4j.shade.jackson.core.JsonGenerator gen, org.nd4j.shade.jackson.databind.SerializerProvider serializers, org.nd4j.shade.jackson.databind.jsontype.TypeSerializer typeSer)  
      • Methods inherited from class org.nd4j.shade.jackson.databind.JsonSerializer

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

      • ROCSerializer

        public ROCSerializer()
    • Method Detail

      • serialize

        public void serialize​(ROC roc,
                              org.nd4j.shade.jackson.core.JsonGenerator jsonGenerator,
                              org.nd4j.shade.jackson.databind.SerializerProvider serializerProvider)
                       throws IOException
        Specified by:
        serialize in class org.nd4j.shade.jackson.databind.JsonSerializer<ROC>
        Throws:
        IOException
      • serializeWithType

        public void serializeWithType​(ROC value,
                                      org.nd4j.shade.jackson.core.JsonGenerator gen,
                                      org.nd4j.shade.jackson.databind.SerializerProvider serializers,
                                      org.nd4j.shade.jackson.databind.jsontype.TypeSerializer typeSer)
                               throws IOException
        Overrides:
        serializeWithType in class org.nd4j.shade.jackson.databind.JsonSerializer<ROC>
        Throws:
        IOException