``` IonObjectMapper om = new IonObjectMapper(); om.enable(SerializationFeature.INDENT_OUTPUT); om.writeValueAsString(object) ``` Doesn't seem to work with an IonObjectMapper the way it does with the JSON ObjectMapper, any way to accomplish the same?