~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0">
  <siteMapNode title="Introduction" url="Introduction.html" isDefault="true" />
  <siteMapNode title="Serializing and Deserializing JSON" url="SerializingJSON.html">
    <siteMapNode title="Serialization Settings" url="SerializationSettings.html" />
    <siteMapNode title="Serialization Guide" url="SerializationGuide.html" />
    <siteMapNode title="Serialization Attributes" url="SerializationAttributes.html" />
    <siteMapNode title="Serialization Callbacks" url="SerializationCallbacks.html" />
    <siteMapNode title="Serialization Error Handling" url="SerializationErrorHandling.html" />
    <siteMapNode title="Serialization and Preserving Object References" url="PreserveObjectReferences.html" />
    <siteMapNode title="CustomCreationConverter" url="CustomCreationConverter.html" />
    <siteMapNode title="Contract Resolvers" url="ContractResolver.html" />
    <siteMapNode title="Serializing Collections" url="SerializingCollections.html" />
    <siteMapNode title="Serializing Dates in JSON" url="DatesInJSON.html" />
    <siteMapNode title="Reducing Serialized JSON Size" url="ReducingSerializedJSONSize.html" />
    <siteMapNode title="Serializing Partial JSON Fragments" url="SerializingJSONFragments.html" />
  </siteMapNode>
  <siteMapNode title="LINQ to JSON" url="LINQtoJSON.html">
    <siteMapNode title="Querying LINQ to JSON with SelectToken" url="SelectToken.html" />
  </siteMapNode>
  <siteMapNode title="Reading and writing JSON" url="ReadingWritingJSON.html" />
  <siteMapNode title="Converting between JSON and XML" url="ConvertingJSONandXML.html" />
</siteMap>