HardSoftScoreJacksonJsonSerializer
and variants.@Deprecated public class ScoreJacksonJsonSerializer<Score_ extends Score<Score_>> extends com.fasterxml.jackson.databind.JsonSerializer<Score_> implements com.fasterxml.jackson.databind.ser.ContextualSerializer
Constructor and Description |
---|
ScoreJacksonJsonSerializer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonSerializer<?> |
createContextual(com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.BeanProperty property)
Deprecated.
|
void |
serialize(Score_ score,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider serializers)
Deprecated.
|
public com.fasterxml.jackson.databind.JsonSerializer<?> createContextual(com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.BeanProperty property) throws com.fasterxml.jackson.databind.JsonMappingException
createContextual
in interface com.fasterxml.jackson.databind.ser.ContextualSerializer
com.fasterxml.jackson.databind.JsonMappingException
public void serialize(Score_ score, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
serialize
in class com.fasterxml.jackson.databind.JsonSerializer<Score_ extends Score<Score_>>
IOException
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.