SimpleFramework.Xml.Util.Registry.Registry C# (CSharp) Method

Registry() public method

Constructor for the Registry object. This is used to create a registry between classes and the converters that should be used to serialize and deserialize the instances. All converters are instantiated once and cached for reuse.
public Registry ( ) : System
return System
      public Registry() {
         this.binder = new RegistryBinder();
         this.cache = new ConverterCache();
      }
      /// <summary>