Class BatchSerializer


  • public class BatchSerializer
    extends Object
    Since:
    4.2
    • version 0: starts with 7.1 and uses simple serialization too broadly
    • version 1: starts with 8.0 uses better string, blob, clob, xml, etc. add varbinary support. however was possibly silently truncating date/time values that were outside of jdbc allowed values
    • version 2: starts with 8.2 and adds better array serialization and uses a safer date/time serialization
    • version 3: starts with 8.6 and adds better repeated string performance
    • version 4: starts with 8.10 and adds the geometry type
    • version 5: starts with 11.2 and adds the geography and json types