SerializationType
Enumerations
Section titled “Enumerations”SerializationType
Section titled “SerializationType”Defined in: packages/isaacscript-common/src/enums/SerializationType.ts:2
This is used with the deepCopy and merge functions.
Enumeration Members
Section titled “Enumeration Members”NONE:
0
Defined in: packages/isaacscript-common/src/enums/SerializationType.ts:3
SERIALIZE
Section titled “SERIALIZE”SERIALIZE:
1
Defined in: packages/isaacscript-common/src/enums/SerializationType.ts:4
DESERIALIZE
Section titled “DESERIALIZE”DESERIALIZE:
2
Defined in: packages/isaacscript-common/src/enums/SerializationType.ts:5
