18 lines
279 B
YAML
18 lines
279 B
YAML
|
name: MySerializable
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: serialize
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: unserialize
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: data
|
||
|
comment: null
|
||
|
traits: []
|
||
|
interfaces:
|
||
|
- \Serializable
|