Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
H A DJsonValueSerializer.java462 …public void writeCustomTypePrefixForObject(Object value, JsonGenerator gen, String typeId) throws … in writeCustomTypePrefixForObject() method in JsonValueSerializer.TypeSerializerRerouter
463 _typeSerializer.writeCustomTypePrefixForObject(_forObject, gen, typeId); in writeCustomTypePrefixForObject()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
H A DTypeSerializer.java304 …public void writeCustomTypePrefixForObject(Object value, JsonGenerator g, String typeId) throws IO… in writeCustomTypePrefixForObject() method in TypeSerializer