Click here to Skip to main content
15,885,366 members
Articles / Programming Languages / C#

A Fast/Compact Serialization Framework

Rate me:
Please Sign up or sign in to vote.
4.85/5 (37 votes)
13 Oct 2010GPL35 min read 281.9K   1.2K   175  
A framework for object serializiation/deserialization that is many times faster and yields a compact output.
<html dir="LTR">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
    <title>NxConfigurationSection Properties</title>
    <xml>
    </xml>
    <link rel="stylesheet" type="text/css" href="MSDN.css" />
  </head>
  <body id="bodyID" class="dtBODY">
    <div id="nsbanner">
      <div id="bannerrow1">
        <table class="bannerparthead" cellspacing="0">
          <tr id="hdr">
            <td class="runninghead">OpenNxSerialization API Reference</td>
            <td class="product">
            </td>
          </tr>
        </table>
      </div>
      <div id="TitleRow">
        <h1 class="dtH1">NxConfigurationSection�Properties</h1>
      </div>
    </div>
    <div id="nstext">
      <p>The properties of the <b>NxConfigurationSection</b> class are listed below. For a complete list of <b>NxConfigurationSection</b> class members, see the <a href="NeXtreme.OpenNxSerialization.Configuration.NxConfigurationSectionMembers.html">NxConfigurationSection Members</a> topic.</p>
      <h4 class="dtH4">Public Instance Properties</h4>
      <div class="tablediv">
        <table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassElementInformationTopic.asp">ElementInformation</a> (inherited from <b>ConfigurationElement</b>)</td><td width="50%">Gets an <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationElementInformationClassTopic.asp">ElementInformation</a> object that contains the non-customizable information and functionality of the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassTopic.asp">ConfigurationElement</a> object. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="NeXtreme.OpenNxSerialization.Configuration.NxConfigurationSection.KnownSurrogates.html">KnownSurrogates</a></td><td width="50%"> Get/Set the list of surrogates given in the "knownSurrogates" sectionName in the configuration file. Each of these types is registered with an <a href="NeXtreme.OpenNxSerialization.NxTypeSurrogateSelector.html">NxTypeSurrogateSelector</a> instance. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="NeXtreme.OpenNxSerialization.Configuration.NxConfigurationSection.KnownTypes.html">KnownTypes</a></td><td width="50%"> Get/Set the list of types given in the "knownTypes" sectionName in the configuration file. Each of these types is registered with an <a href="NeXtreme.OpenNxSerialization.NxFormatterServices.html">NxFormatterServices</a> instance. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassLockAllAttributesExceptTopic.asp">LockAllAttributesExcept</a> (inherited from <b>ConfigurationElement</b>)</td><td width="50%">Gets the collection of locked attributes.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassLockAllElementsExceptTopic.asp">LockAllElementsExcept</a> (inherited from <b>ConfigurationElement</b>)</td><td width="50%">Gets the collection of locked elements.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassLockAttributesTopic.asp">LockAttributes</a> (inherited from <b>ConfigurationElement</b>)</td><td width="50%">Gets the collection of locked attributes </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassLockElementsTopic.asp">LockElements</a> (inherited from <b>ConfigurationElement</b>)</td><td width="50%">Gets the collection of locked elements.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassLockItemTopic.asp">LockItem</a> (inherited from <b>ConfigurationElement</b>)</td><td width="50%">Gets or sets a value indicating whether the element is locked.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationSectionClassSectionInformationTopic.asp">SectionInformation</a> (inherited from <b>ConfigurationSection</b>)</td><td width="50%">Gets a <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationSectionInformationClassTopic.asp">SectionInformation</a> object that contains the non-customizable information and functionality of the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationSectionClassTopic.asp">ConfigurationSection</a> object. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="NeXtreme.OpenNxSerialization.Configuration.NxConfigurationSection.UseBuiltinSurrogates.html">UseBuiltinSurrogates</a></td><td width="50%"> Controls whether built-in surrogates are registered by default. </td></tr></table>
      </div>
      <h4 class="dtH4">Protected Instance Properties</h4>
      <div class="tablediv">
        <table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="protproperty.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassEvaluationContextTopic.asp">EvaluationContext</a> (inherited from <b>ConfigurationElement</b>)</td><td width="50%">Gets the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationContextInformationClassTopic.asp">ContextInformation</a> object for the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassTopic.asp">ConfigurationElement</a> object.</td></tr></table>
      </div>
      <h4 class="dtH4">Protected Internal Instance Properties</h4>
      <div class="tablediv">
        <table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="intproperty.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassElementPropertyTopic.asp">ElementProperty</a> (inherited from <b>ConfigurationElement</b>)</td><td width="50%">Gets the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementPropertyClassTopic.asp">ConfigurationElementProperty</a> object that represents the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassTopic.asp">ConfigurationElement</a> object itself.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="intproperty.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassItemTopic.asp">Item</a> (inherited from <b>ConfigurationElement</b>)</td><td width="50%">Gets or sets a property or attribute of this configuration element.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="intproperty.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassItemTopic.asp">Item</a> (inherited from <b>ConfigurationElement</b>)</td><td width="50%">Gets or sets a property, attribute, or child element of this configuration element.</td></tr>
<tr VALIGN="top"><td width="50%"><img src="intproperty.gif"></img><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemConfigurationConfigurationElementClassPropertiesTopic.asp">Properties</a> (inherited from <b>ConfigurationElement</b>)</td><td width="50%">Gets the collection of properties.</td></tr></table>
      </div>
      <h4 class="dtH4">See Also</h4>
      <p>
        <a href="NeXtreme.OpenNxSerialization.Configuration.NxConfigurationSection.html">NxConfigurationSection Class</a> | <a href="NeXtreme.OpenNxSerialization.Configuration.html">NeXtreme.OpenNxSerialization.Configuration Namespace</a></p>
      <hr />
      <div id="footer">
        <p>
          <a>Copyright (C) 2006 - 2008, NeXtreme Innovations. All rights reserved.</a>
        </p>
        <p>Generated from assembly NeXtreme.OpenNxSerialization.Configuration [1.5.0.0]</p>
      </div>
    </div>
  </body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Architect
Pakistan Pakistan
Let a = b ....... (1)
a - b = a - b
a^2 - ab = a^2 - ab
a^2 - ab = a^2 - b^2 (from 1)
a (a - b) = (a + b) (a - b)
a = (a + b) ...... (2)

if a = 1
1 = (1 + 1) (from 1 & 2)
1 = 2 !!

Comments and Discussions