OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
OpenSim.Region.Framework.Scenes.Serialization.CoalescedSceneObjectsSerializer Class Reference

Serialize and deserialize coalesced scene objects. More...

Static Public Member Functions

static string ToXml (CoalescedSceneObjects coa)
 Serialize coalesced objects to Xml More...
 
static string ToXml (CoalescedSceneObjects coa, bool doScriptStates)
 Serialize coalesced objects to Xml More...
 
static bool TryFromXml (string xml, out CoalescedSceneObjects coa)
 

Detailed Description

Serialize and deserialize coalesced scene objects.

Definition at line 45 of file CoalescedSceneObjectsSerializer.cs.

Member Function Documentation

static string OpenSim.Region.Framework.Scenes.Serialization.CoalescedSceneObjectsSerializer.ToXml ( CoalescedSceneObjects  coa)
inlinestatic

Serialize coalesced objects to Xml

Parameters
coa
doScriptStatesIf true then serialize script states. This will halt any running scripts
Returns

Definition at line 57 of file CoalescedSceneObjectsSerializer.cs.

Here is the caller graph for this function:

static string OpenSim.Region.Framework.Scenes.Serialization.CoalescedSceneObjectsSerializer.ToXml ( CoalescedSceneObjects  coa,
bool  doScriptStates 
)
inlinestatic

Serialize coalesced objects to Xml

Parameters
coa
doScriptStatesIf true then serialize script states. This will halt any running scripts
Returns

Definition at line 70 of file CoalescedSceneObjectsSerializer.cs.

static bool OpenSim.Region.Framework.Scenes.Serialization.CoalescedSceneObjectsSerializer.TryFromXml ( string  xml,
out CoalescedSceneObjects  coa 
)
inlinestatic

Definition at line 123 of file CoalescedSceneObjectsSerializer.cs.

Here is the caller graph for this function:


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