annotate Implab.ServiceHost/Unity/Schema.cs @ 278:6691aff01de1 v3

Implab: added XmlDefaultSeializer (SerializersPool is now obsolete) Implab.ServiceHost: rewritten TypeReference (added support for nested types), stable API
author cin
date Thu, 03 May 2018 09:59:44 +0300
parents 6b3e5c48131b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
267
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
1 namespace Implab.ServiceHost.Unity {
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
2 public static class Schema {
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
3 public const string ContainerConfigurationNamespace = "http://implab.org/schemas/servicehost/unity.v1.xsd";
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
4 }
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
5 }