Package com.openai.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> 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description BaseSerializer(KClass<T> type)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description - 
                                            
                                        
                                            Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializeracceptJsonFormatVisitor, getSchema, getSchema, handledType, serialize, wrapAndThrow, wrapAndThrow
- 
                                            
                                        
                                            Methods inherited from class com.fasterxml.jackson.databind.JsonSerializergetDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
                                            
                                        
                                            
 
-