Esempio n. 1
0
 /// <summary>
 /// Constructor for the <c>ConverterScanner</c> object. This
 /// uses an internal factory to instantiate and cache all of the
 /// converters created. This will ensure that there is reduced
 /// overhead for a serialization process using converters.
 /// </summary>
 public ConverterScanner()
 {
     this.factory = new ConverterFactory();
     this.builder = new ScannerBuilder();
 }
Esempio n. 2
0
 public void TestScannerBuilder() {
    ScannerBuilder builder = new ScannerBuilder();
    Scanner scanner = builder.build(Extended.class);