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

Method serialize

src/scripting/api/Display/Shape.ts:22–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 public serialize():Object {
23 var serialized:Object = super.serialize();
24 serialized['class'] = 'Shape';
25 return serialized;
26 }
27 }
28}

Callers

nothing calls this directly

Calls 1

serializeMethod · 0.65

Tested by

no test coverage detected