mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:41:34 +08:00
How to use
This commit is contained in:
@@ -74,6 +74,7 @@ export default class ObjectSerializer extends Serializer {
|
||||
attributeSeparator,
|
||||
trailingSeparator,
|
||||
attributeValueConjunctionSign,
|
||||
// @ts-expect-error
|
||||
key => entity[key] instanceof ObjectEntity ? "" : attributeKeyPrinter(key)
|
||||
)
|
||||
}
|
||||
|
||||
@@ -49,6 +49,7 @@ export default class Serializer {
|
||||
|
||||
/** @param {T} value */
|
||||
write(value, insideString = false) {
|
||||
// @ts-expect-error
|
||||
return this.doWrite(value, insideString)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user