public class ROCSerializer extends org.nd4j.shade.jackson.databind.JsonSerializer<ROC>
| Constructor and Description |
|---|
ROCSerializer() |
| Modifier and Type | Method and 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) |
public void serialize(ROC roc, org.nd4j.shade.jackson.core.JsonGenerator jsonGenerator, org.nd4j.shade.jackson.databind.SerializerProvider serializerProvider) throws IOException
serialize in class org.nd4j.shade.jackson.databind.JsonSerializer<ROC>IOExceptionpublic 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
serializeWithType in class org.nd4j.shade.jackson.databind.JsonSerializer<ROC>IOExceptionCopyright © 2017. All rights reserved.