FasterXML / FasterXML/jackson-dataformats-binary
[ion] Ion type annotations not written for scalar and list types on serialization
Open
ion
- Dominant language
- Java
- Stars
- 347
- Forks
- 156
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 22
Description
Creating an issue based on the [Google Groups discussion](https://groups.google.com/forum/#!topic/jackson-user/MO_w7n1oyFs).
Issue: Ion type annotations are not written when using [IonAnnotationTypeSerializer](https://github.com/FasterXML/jackson-dataformats-binary/blob/master/ion/src/main/java/com/fasterxml/jackson/dataformat/ion/polymorphism/IonAnnotationTypeSerializer.java). This is due to un-implemented `writeTypePrefixForScalar` and `writeTypePrefixForArray` methods in the class.
Will see if I can work on a PR, with tests, for the fix.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.