typeSer0.writeTypeSuffixForScalar(bean, jgen);
return;
}
}
// and then redirect type id lookups
TypeSerializer typeSer = new TypeSerializerWrapper(typeSer0, bean);
ser.serializeWithType(value, jgen, provider, typeSer);
} catch (IOException ioe) {
throw ioe;
} catch (Exception e) {
Throwable t = e;