mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-16 02:10:38 +08:00
Serialization methods names simplified
This commit is contained in:
@@ -58,7 +58,7 @@ export default function initializeSerializerFactory() {
|
||||
`(${array
|
||||
.map(v =>
|
||||
// @ts-expect-error
|
||||
SerializerFactory.getSerializer(Utility.getType(v)).serialize(v, insideString) + ","
|
||||
SerializerFactory.getSerializer(Utility.getType(v)).write(v, insideString) + ","
|
||||
)
|
||||
.join("")
|
||||
})`,
|
||||
|
||||
Reference in New Issue
Block a user