public class DoubleStreamSerializer extends StdSerializer<DoubleStream>
DoubleStream
serializer
Unfortunately there to common ancestor between number base stream, so we need to define each in a specific class
JsonSerializer.None
Modifier and Type | Field and Description |
---|---|
static DoubleStreamSerializer |
INSTANCE
Singleton instance
|
_handledType
Modifier and Type | Method and Description |
---|---|
void |
serialize(DoubleStream stream,
JsonGenerator jgen,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId
public static final DoubleStreamSerializer INSTANCE
public void serialize(DoubleStream stream, JsonGenerator jgen, SerializerProvider provider) throws IOException
JsonSerializer
serialize
in class StdSerializer<DoubleStream>
stream
- Value to serialize; can not be null.jgen
- Generator used to output resulting Json contentprovider
- Provider that can be used to get serializers for
serializing Objects value contains, if any.IOException
Copyright © 2019 JBoss by Red Hat. All rights reserved.