Searched refs:writeCustomTypeSuffixForScalar (Results 1 – 2 of 2) sorted by relevance
474 …public void writeCustomTypeSuffixForScalar(Object value, JsonGenerator gen, String typeId) throws … in writeCustomTypeSuffixForScalar() method in JsonValueSerializer.TypeSerializerRerouter475 _typeSerializer.writeCustomTypeSuffixForScalar(_forObject, gen, typeId); in writeCustomTypeSuffixForScalar()
324 …public void writeCustomTypeSuffixForScalar(Object value, JsonGenerator g, String typeId) throws IO… in writeCustomTypeSuffixForScalar() method in TypeSerializer