public class ByteBufferSerializer extends StdScalarSerializer<ByteBuffer>
JsonSerializer.None
Modifier and Type | Field and Description |
---|---|
static ByteBufferSerializer |
instance |
_handledType
Constructor and Description |
---|
ByteBufferSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(ByteBuffer bbuf,
JsonGenerator gen,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
acceptJsonFormatVisitor, getSchema, serializeWithType
createObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, findPropertyFilter, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow
getDelegatee, isEmpty, isUnwrappingSerializer, replaceDelegatee, unwrappingSerializer, usesObjectId
public static final ByteBufferSerializer instance
public void serialize(ByteBuffer bbuf, JsonGenerator gen, SerializerProvider provider) throws IOException, JsonGenerationException
JsonSerializer
serialize
in class StdSerializer<ByteBuffer>
bbuf
- Value to serialize; can not be null.gen
- Generator used to output resulting Json contentprovider
- Provider that can be used to get serializers for
serializing Objects value contains, if any.IOException
JsonGenerationException
Copyright © 2012-2014 FasterXML. All Rights Reserved.