MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / serialize

Method serialize

src/scripting/api/Display/TextField.ts:177–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 public serialize():Object {
178 var serialized:Object = super.serialize();
179 serialized["class"] = "TextField";
180 serialized["text"] = this._text;
181 serialized["textFormat"] = this._textFormat.serialize();
182 return serialized;
183 }
184 }
185
186 export function createTextFormat():any {

Callers

nothing calls this directly

Calls 1

serializeMethod · 0.65

Tested by

no test coverage detected