Class to hold the mappings of different datatypes supported by the serialization framework. This objects returns the right abstraction for the supported types.
Ejemplo n.º 1
0
 static PlatformSpecificTypesDotNet()
 {
     TypeRegistry.RegisterTypes(ScalarTypes.ToArray());
 }
Ejemplo n.º 2
0
 static PlatformSpecificTypesWindowsStoreApps()
 {
     TypeRegistry.RegisterTypes(ScalarTypes.ToArray());
 }