Feb 5, 2004 #1 Z Zeeba New member Joined Feb 5, 2004 Messages 1 Using Basic Xml serialization is it possible to serialize and deserialize static members. If yes,how ? Please reply asap..
Using Basic Xml serialization is it possible to serialize and deserialize static members. If yes,how ? Please reply asap..
Feb 5, 2004 #2 Nerseus Danner Joined Oct 22, 2002 Messages 2,547 Location Arizona, USA User Rank *Expert* Static members are just global variables, more or less. With custom serialization, you can do whatever you want, pretty much. -nerseus
Static members are just global variables, more or less. With custom serialization, you can do whatever you want, pretty much. -nerseus