public class ByteBufferSerializer extends StdScalarSerializer<ByteBuffer>
JsonSerializer.None_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, serializeWithTypecreateObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterIdpublic void serialize(ByteBuffer bbuf, JsonGenerator gen, SerializerProvider provider) throws IOException
JsonSerializerserialize 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.IOExceptionCopyright © 2008–2016 FasterXML. All rights reserved.