Serialization test

This commit is contained in:
barsdeveloper
2023-04-05 21:25:37 +02:00
parent 2d7e4e3e96
commit 721db0702b
6 changed files with 185 additions and 11 deletions

View File

@@ -24,9 +24,6 @@ export default class SimpleEntity extends IEntity {
someArray: {
default: [400, 500, 600, 700, 800],
},
someSet: {
default: new Set([10, 20, 30, 40, 50, 60, 70]),
},
}
static {