Book a Demo

Author Topic: Store complex user data inside of EA  (Read 3387 times)

stao

  • EA User
  • **
  • Posts: 137
  • Karma: +0/-0
    • View Profile
Store complex user data inside of EA
« on: November 02, 2012, 10:50:35 pm »
Here is a little framework i created to be able to store complex data easily to EA.
Its very useful if you have models which have no equivalent in EA or if the data you want to store  is too complex to be be stored in a bunch of TaggedValues.

More details how to get and to use it can be found here: http://code.google.com/p/ea-serialization-to-tree/

Feel free to ask questions or post bugs or whatever.

stao