public class RawKeyKeySerializer
extends com.fasterxml.jackson.databind.JsonSerializer<com.google.appengine.api.datastore.Key>
| Constructor and Description |
|---|
RawKeyKeySerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(com.google.appengine.api.datastore.Key value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(com.google.appengine.api.datastore.Key value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<com.google.appengine.api.datastore.Key>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2015. All rights reserved.