Goblin - A Platform for 3D AR and VR Applications

Goblin.Engine.Utilities Namespace

Namespace hierarchy

Classes

Class Description
MyTrace Summary description for MyTrace.
MyUtility Summary description for MyUtility.
XmlSerializerHelper Use this class' static functions to serialize/deserialize Goblin objects This adds a layer of functionality on top of System.Xml.Serialization Namely, it allows an object to take part in its own serialization/deserialization by implementing one or more of ICustomSerialization, IInitAfterDeserialization If an object wishes to provide its own deserialization, its Deserialize method must by necessity be static Therefore, provide the following function in your class and XmlSerializerHelper will call it in lieu of its own deserialization code public static object Deserialize(XmlReader reader, Type[] extraTypes)

Interfaces

Interface Description
ICustomSerialization  
IInitAfterDeserialization