コード例 #1
0
 private JSONFormatterProvider()
 {
     SensorModuleList    = new SensorModuleListJSONFormatter();
     ResourceList        = new ResourceListJSONFormatter();
     MaxResourceList     = new MaxResourceListJSONFormatter();
     CurrentResourceList = new CurrentResourceListJSONFormatter();
     APIEntry            = new APIEntryJSONFormatter();
     String      = new StringJSONFormatter();
     Vector3d    = new Vector3dJSONFormatter();
     StringArray = new APIEntryStringArrayFormatter();
     Default     = new DefaultJSONFormatter();
 }
コード例 #2
0
 private JSONFormatterProvider()
 {
     SensorModuleList = new SensorModuleListJSONFormatter();
     ResourceList = new ResourceListJSONFormatter();
     MaxResourceList = new MaxResourceListJSONFormatter();
     APIEntry = new APIEntryJSONFormatter();
     String = new StringJSONFormatter();
     Vector3d = new Vector3dJSONFormatter();
     StringArray = new APIEntryStringArrayFormatter();
     Default = new DefaultJSONFormatter();
 }