OpenStructuredData

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(New page: Open Structured Data is a loosely typed data system, adding dynamic language facilities to strongly typed languages such as C#. Currently the OSD system is very similar to the Linden Lab S...)
 
m (Removed 'Template:' prefix from template includings and/or changed external-link into internal-link)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 +
__NOTOC__
 +
{{Quicklinks}}
 +
<br />
 +
 
Open Structured Data is a loosely typed data system, adding dynamic language facilities to strongly typed languages such as C#. Currently the OSD system is very similar to the Linden Lab Structured Data format, and supports all of the LLSD types and serialization formats. Additionally, JSON serialization is supported. Better native support for unsigned 64-bit integers and complex types such as vectors and quaternions is planned.
 
Open Structured Data is a loosely typed data system, adding dynamic language facilities to strongly typed languages such as C#. Currently the OSD system is very similar to the Linden Lab Structured Data format, and supports all of the LLSD types and serialization formats. Additionally, JSON serialization is supported. Better native support for unsigned 64-bit integers and complex types such as vectors and quaternions is planned.
  
 
OSD is implemented in the OpenMetaverse.StructuredData.dll library that lives in the OpenMetaverse code repository. It relies on the data types found in OpenMetaverseTypes.dll, but has no additional dependencies.
 
OSD is implemented in the OpenMetaverse.StructuredData.dll library that lives in the OpenMetaverse code repository. It relies on the data types found in OpenMetaverseTypes.dll, but has no additional dependencies.

Latest revision as of 16:21, 10 June 2011


Open Structured Data is a loosely typed data system, adding dynamic language facilities to strongly typed languages such as C#. Currently the OSD system is very similar to the Linden Lab Structured Data format, and supports all of the LLSD types and serialization formats. Additionally, JSON serialization is supported. Better native support for unsigned 64-bit integers and complex types such as vectors and quaternions is planned.

OSD is implemented in the OpenMetaverse.StructuredData.dll library that lives in the OpenMetaverse code repository. It relies on the data types found in OpenMetaverseTypes.dll, but has no additional dependencies.

Personal tools
General
About This Wiki