Constructor and Description |
---|
IdJsonSerializer()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<Id<?>> |
handledType() |
void |
serialize(Id<?> id,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public Class<Id<?>> handledType()
handledType
in class com.fasterxml.jackson.databind.JsonSerializer<Id<?>>
public void serialize(Id<?> id, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize
in class com.fasterxml.jackson.databind.JsonSerializer<Id<?>>
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2001–2016 mmm-Team. All rights reserved.