- [X] Codegens some Bulk Order stuff - [X] Fixes deserializing with a class that requires the parent as a constructor argument Closes #641 Closes #623
16 lines
No EOL
400 B
JSON
16 lines
No EOL
400 B
JSON
{
|
|
"version": 0,
|
|
"type": "Server.Engines.BulkOrders.LargeBOD",
|
|
"properties": [
|
|
{
|
|
"name": "Entries",
|
|
"type": "Server.Engines.BulkOrders.LargeBulkEntry[]",
|
|
"rule": "ArrayMigrationRule",
|
|
"ruleArguments": [
|
|
"Server.Engines.BulkOrders.LargeBulkEntry",
|
|
"SerializationMethodSignatureMigrationRule",
|
|
"DeserializationRequiresParent"
|
|
]
|
|
}
|
|
]
|
|
} |