public class TextSerializer
extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.apache.hadoop.io.Text>
Constructor and Description |
---|
TextSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(org.apache.hadoop.io.Text text,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow
public void serialize(org.apache.hadoop.io.Text text, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
serialize
in class com.fasterxml.jackson.databind.ser.std.StdSerializer<org.apache.hadoop.io.Text>
IOException
com.fasterxml.jackson.core.JsonGenerationException
Copyright © 2015 The Apache Software Foundation. All rights reserved.