Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
ScalarWriter interface extends several scalar writers such as IntWriter. Each of these scalar writers have two methods.
- write<Type>(javaPrimitiveType)
- write(<Type>Holder)
Currently UnionListWriter only implements the first method and not the second.