mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-14 00:54:48 +08:00
String encode/decode
This commit is contained in:
@@ -46,7 +46,7 @@ export default class ObjectSerializer extends ISerializer {
|
||||
* @param {ObjectEntity} object
|
||||
*/
|
||||
write(object) {
|
||||
let result = `Begin Object Class=${object.Class.path} Name=${this.writeValue(object.Name)}
|
||||
let result = `Begin Object Class=${object.Class.path} Name=${this.writeValue(object.Name, "Name")}
|
||||
${this.subWrite([], object)
|
||||
+ object
|
||||
.CustomProperties.map(pin =>
|
||||
|
||||
Reference in New Issue
Block a user