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