mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 01:24:41 +08:00
Small fixes
This commit is contained in:
@@ -4,8 +4,9 @@ import Serializer from "./Serializer"
|
||||
export default class GeneralSerializer extends Serializer {
|
||||
|
||||
constructor(wrap, entityType, prefix, separator, trailingSeparator, attributeValueConjunctionSign, attributeKeyPrinter) {
|
||||
wrap = wrap ?? (v => `(${v})`)
|
||||
super(entityType, prefix, separator, trailingSeparator, attributeValueConjunctionSign, attributeKeyPrinter)
|
||||
this.wrap = wrap ?? (v => `(${v})`)
|
||||
this.wrap = wrap
|
||||
}
|
||||
|
||||
read(value) {
|
||||
|
||||
Reference in New Issue
Block a user