Package com.openai.models
Class CodeInterpreterToolCall.CodeInterpreter.Output.Serializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
,com.fasterxml.jackson.databind.jsonschema.SchemaAware
,java.io.Serializable
public final class CodeInterpreterToolCall.CodeInterpreter.Output.Serializer extends BaseSerializer<CodeInterpreterToolCall.CodeInterpreter.Output>
-
-
Constructor Summary
Constructors Constructor Description CodeInterpreterToolCall.CodeInterpreter.Output.Serializer()
-
Method Summary
Modifier and Type Method Description Unit
serialize(CodeInterpreterToolCall.CodeInterpreter.Output value, JsonGenerator generator, SerializerProvider provider)
-
Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
acceptJsonFormatVisitor, getSchema, getSchema, handledType, wrapAndThrow, wrapAndThrow
-
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
serialize
Unit serialize(CodeInterpreterToolCall.CodeInterpreter.Output value, JsonGenerator generator, SerializerProvider provider)
-
-
-
-