Package com.langchain.smith.core
Class BaseSerializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable,com.fasterxml.jackson.databind.jsonschema.SchemaAware,java.io.Serializable
public abstract class BaseSerializer<T extends Object> extends StdSerializer<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final JsonSerializer<?>delegateeprivate final BooleanisUnwrappingSerializer
-
Constructor Summary
Constructors Constructor Description BaseSerializer(KClass<T> type)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.langchain.smith.core.BaseSerializer
getDelegatee, isUnwrappingSerializer -
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
handledType, isEmpty, isEmpty, properties, replaceDelegatee, serialize, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties -
Methods inherited from class com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
acceptJsonFormatVisitor -
Methods inherited from class com.fasterxml.jackson.databind.jsonschema.SchemaAware
getSchema, getSchema -
Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
wrapAndThrow, wrapAndThrow -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-