From 134f86e8d5c414409631b25b8c6f0ee45fbd8631 Mon Sep 17 00:00:00 2001
From: David Walter Seikel
Date: Thu, 3 Nov 2016 21:44:39 +1000
Subject: Initial update to OpenSim 0.8.2.1 source code.
---
bin/OpenMetaverse.StructuredData.XML | 304 ++++++++++++++++++-----------------
1 file changed, 160 insertions(+), 144 deletions(-)
(limited to 'bin/OpenMetaverse.StructuredData.XML')
diff --git a/bin/OpenMetaverse.StructuredData.XML b/bin/OpenMetaverse.StructuredData.XML
index 897a330..8f0dd81 100644
--- a/bin/OpenMetaverse.StructuredData.XML
+++ b/bin/OpenMetaverse.StructuredData.XML
@@ -4,153 +4,229 @@
OpenMetaverse.StructuredData
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
- Deserializes binary LLSD
+ Uses reflection to create an SDMap from all of the SD
+ serializable types in an object
- Serialized data
- OSD containting deserialized data
+ Class or struct containing serializable types
+ An SDMap holding the serialized values from the
+ container object
-
+
- Deserializes binary LLSD
+ Uses reflection to deserialize member variables in an object from
+ an SDMap
- Stream to read the data from
- OSD containting deserialized data
+ Reference to an object to fill with deserialized
+ values
+ Serialized values to put in the target
+ object
-
+
-
-
-
+
-
-
-
+
-
-
+
-
-
-
-
+
-
-
-
-
+
-
-
-
-
+
-
-
-
+
-
-
-
+
-
-
-
+
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+ Deserializes binary LLSD
+
+ Serialized data
+ OSD containting deserialized data
+
+
+
+ Deserializes binary LLSD
+
+ Stream to read the data from
+ OSD containting deserialized data
+
+
+
+ Serializes OSD to binary format. It does no prepend header
+
+ OSD to serialize
+ Serialized data
+
+
+
+ Serializes OSD to binary format
+
+ OSD to serialize
+
+ Serialized data
+
+
+
+ Serializes OSD to binary format. It does no prepend header
+
+ OSD to serialize
+ Serialized data
+
+
+
+ Serializes OSD to binary format
+
+ OSD to serialize
+
+ Serialized data
+
+
-
-
+
-
+
-
+
+
-
+
-
+
+
-
+
-
-
+
+
+
-
+
-
-
+
-
+
-
+
+
+
+
+
+
+
+
@@ -212,122 +288,62 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Uses reflection to create an SDMap from all of the SD
- serializable types in an object
-
- Class or struct containing serializable types
- An SDMap holding the serialized values from the
- container object
-
-
-
- Uses reflection to deserialize member variables in an object from
- an SDMap
-
- Reference to an object to fill with deserialized
- values
- Serialized values to put in the target
- object
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
+
-
+
+
+
--
cgit v1.1