protected abstract static class StdArraySerializers.TypedPrimitiveArraySerializer<T> extends ArraySerializerBase<T>
JsonSerializer.None_property, _unwrapSingle_handledType| Modifier | Constructor and Description |
|---|---|
protected |
TypedPrimitiveArraySerializer(Class<T> cls) |
protected |
TypedPrimitiveArraySerializer(StdArraySerializers.TypedPrimitiveArraySerializer<T> src,
BeanProperty prop,
Boolean unwrapSingle) |
| Modifier and Type | Method and Description |
|---|---|
ContainerSerializer<?> |
_withValueTypeSerializer(TypeSerializer vts)
Method that needs to be implemented to allow construction of a new
serializer object with given
TypeSerializer, used when
addition type information is to be embedded. |
_shouldUnwrapSingle, _withResolved, createContextual, serialize, serializeContents, serializeWithTypegetContentSerializer, getContentType, hasContentTypeAnnotation, hasSingleElement, withValueTypeSerializer_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterIdprotected TypedPrimitiveArraySerializer(StdArraySerializers.TypedPrimitiveArraySerializer<T> src, BeanProperty prop, Boolean unwrapSingle)
public final ContainerSerializer<?> _withValueTypeSerializer(TypeSerializer vts)
ContainerSerializerTypeSerializer, used when
addition type information is to be embedded._withValueTypeSerializer in class ContainerSerializer<T>Copyright © 2008–2018 FasterXML. All rights reserved.