-
Should ColumnConfig be serializable?
Should ColumnConfig be serializable?
I'm trying to implement an equivalent to Ext.ux.grid.MetaGrid which enables dynamic reconfiguration of a grid from metadata retrieved from server.
So, I have created a service which returns a list of ColumnConfig, then client makes an async call to retrieve it and create the grid with it
The problem is that ColumnConfig is not serializable nor its sub classes due to references to non serializable/nion primitive objects .
I worked around this by creating a POJO which holds the few properties I need for building ColumnConfig objects on client in the async callback.
I am wondering if there is a better way to do it or any plan to make this easier in the future?
Similar Threads
-
By flyingbo in forum Ext GWT: Discussion
Replies: 4
Last Post: 25 Jun 2009, 12:41 PM
-
By Branco in forum Ext GWT: Help & Discussion (1.x)
Replies: 24
Last Post: 8 Jun 2009, 8:37 AM
-
By obender in forum Community Discussion
Replies: 6
Last Post: 18 Aug 2008, 10:14 PM
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us