frame_transpiler
frame_transpiler copied to clipboard
Operations Block for public methods (including static)
#[derive(marshal)]
#TrafficLight
-actions-
-operations-
marshal : JSON {
^(jsonpickle.encode(self))
}
// static method attribute
#[static]
unmarshal : #TrafficLight {
^(jsonpickle.decode(data))
}
-domain-
##