Home
last modified time | relevance | path

Searched refs:writeCustomTypePrefixForScalar (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DJsonValueSerializer.java455 public void writeCustomTypePrefixForScalar(Object value, JsonGenerator gen, String typeId) in writeCustomTypePrefixForScalar() method in JsonValueSerializer.TypeSerializerRerouter
457 _typeSerializer.writeCustomTypePrefixForScalar(_forObject, gen, typeId); in writeCustomTypePrefixForScalar()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
DTypeSerializer.java292 …public void writeCustomTypePrefixForScalar(Object value, JsonGenerator g, String typeId) throws IO… in writeCustomTypePrefixForScalar() method in TypeSerializer