public abstract class AbstractSerDe<T> extends Object implements JsonDeserializer<T>, JsonSerializer<T>
Modifier and Type | Field and Description |
---|---|
protected org.nd4j.shade.jackson.databind.ObjectMapper |
objectMapper |
Constructor and Description |
---|
AbstractSerDe() |
Modifier and Type | Method and Description |
---|---|
protected T |
deserializeClass(@NonNull String json,
@NonNull Class<T> cls) |
protected String |
serializeClass(T obj) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deserialize
serialize
Copyright © 2020. All rights reserved.