DXGfxLib.Serialization.SceneSurrogate Class Reference

List of all members.

Public Member Functions

void GetObjectData (Object obj, SerializationInfo info, StreamingContext context)
 This is called to serialize the Scene.
Object SetObjectData (Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
 This is called to deserialize a scene object.
void GetObjectData (Object obj, SerializationInfo info, StreamingContext context)
 This is called to serialize the Scene.
Object SetObjectData (Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
 This is called to deserialize a scene object.


Detailed Description

Definition at line 9 of file SceneSurrogate.cs.


Member Function Documentation

void DXGfxLib.Serialization.SceneSurrogate.GetObjectData ( Object  obj,
SerializationInfo  info,
StreamingContext  context 
)

This is called to serialize the Scene.

Parameters:
obj The scene object that need to be serialized.
info where we have to write what we want to be serialized.
context 

Definition at line 17 of file SceneSurrogate.cs.

void DXGfxLib.Serialization.SceneSurrogate.GetObjectData ( Object  obj,
SerializationInfo  info,
StreamingContext  context 
)

This is called to serialize the Scene.

Parameters:
obj The scene object that need to be serialized.
info where we have to write what we want to be serialized.
context 

Definition at line 17 of file SceneSurrogate.cs.

Object DXGfxLib.Serialization.SceneSurrogate.SetObjectData ( Object  obj,
SerializationInfo  info,
StreamingContext  context,
ISurrogateSelector  selector 
)

This is called to deserialize a scene object.

Parameters:
obj The scene object we need to populate with values.
info Serialized information we need to read and push to the scene object.
context 
selector 
Returns:
null (ignored)

Definition at line 44 of file SceneSurrogate.cs.

Object DXGfxLib.Serialization.SceneSurrogate.SetObjectData ( Object  obj,
SerializationInfo  info,
StreamingContext  context,
ISurrogateSelector  selector 
)

This is called to deserialize a scene object.

Parameters:
obj The scene object we need to populate with values.
info Serialized information we need to read and push to the scene object.
context 
selector 
Returns:
null (ignored)

Definition at line 44 of file SceneSurrogate.cs.


The documentation for this class was generated from the following files:

Generated on Thu Jan 8 20:49:55 2009 for DXGfx by  doxygen 1.5.8