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