1 Reply Latest reply on Oct 5, 2007 3:27 AM by tom.baeyens

    collections of basic types

    tom.baeyens

      > Collections of basic types (for example List )

      "Miguel Valdes Faura" wrote:
      We can either serialize the list (not really a good idea) or either create a wrapper. Second option will impact the PVM source code.



        • 1. Re: collections of basic types
          tom.baeyens

          serialization is not an option.

          so that only leaves creation of wrapper classes for things like Strings ?!

          1) we MUST make sure that these wrapper classes DO NOT ripple through to the user API

          2) i'm not yet sure, but i think this will limit our database schema modelling options a lot. hence impacting performance, stability and maintainability.