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