* Adds save flag support (see `ElvenGlasses` for an example) * Updates AOSAttributes so they are code genned * Fixes embedded object support by adding an `IRawSerializable` * Fixes various inconsistencies in serializing with codegen
16 lines
No EOL
400 B
JSON
16 lines
No EOL
400 B
JSON
{
|
|
"version": 1,
|
|
"type": "Server.Engines.BulkOrders.LargeBOD",
|
|
"properties": [
|
|
{
|
|
"name": "Entries",
|
|
"type": "Server.Engines.BulkOrders.LargeBulkEntry[]",
|
|
"rule": "ArrayMigrationRule",
|
|
"ruleArguments": [
|
|
"Server.Engines.BulkOrders.LargeBulkEntry",
|
|
"SerializationMethodSignatureMigrationRule",
|
|
"DeserializationRequiresParent"
|
|
]
|
|
}
|
|
]
|
|
} |