Searched refs:writeTypePrefixForScalar (Results 1 – 2 of 2) sorted by relevance
395 public void writeTypePrefixForScalar(Object value, JsonGenerator gen) throws IOException { in writeTypePrefixForScalar() method in JsonValueSerializer.TypeSerializerRerouter396 _typeSerializer.writeTypePrefixForScalar(_forObject, gen); in writeTypePrefixForScalar()431 …public void writeTypePrefixForScalar(Object value, JsonGenerator gen, Class<?> type) throws IOExce… in writeTypePrefixForScalar() method in JsonValueSerializer.TypeSerializerRerouter432 _typeSerializer.writeTypePrefixForScalar(_forObject, gen, type); in writeTypePrefixForScalar()
178 public void writeTypePrefixForScalar(Object value, JsonGenerator g) throws IOException { in writeTypePrefixForScalar() method in TypeSerializer250 …public void writeTypePrefixForScalar(Object value, JsonGenerator g, Class<?> type) throws IOExcept… in writeTypePrefixForScalar() method in TypeSerializer