Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ serialize
Method
serialize
st2client/st2client/models/core.py:151–154 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
149
return
cls.get_plural_name().lower()
150
151
def
serialize(self):
152
return
dict(
153
(k, v)
for
k, v in six.iteritems(self.__dict__)
if
not k.startswith(
"_"
)
154
)
155
156
@classmethod
157
def
deserialize(cls, doc):
Callers
15
prep_wf_ex
Method · 0.80
run
Method · 0.80
run
Method · 0.80
create
Method · 0.80
update
Method · 0.80
match
Method · 0.80
match_and_execute
Method · 0.80
match
Method · 0.80
test_resource_serialize
Method · 0.80
test_resource_get_all
Method · 0.80
test_resource_get_all_with_limit
Method · 0.80
test_resource_get_by_id
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_resource_serialize
Method · 0.64
test_resource_get_all
Method · 0.64
test_resource_get_all_with_limit
Method · 0.64
test_resource_get_by_id
Method · 0.64
test_resource_query
Method · 0.64
test_resource_query_with_count
Method · 0.64
test_resource_query_with_limit
Method · 0.64
test_resource_get_by_name
Method · 0.64
test_resource_get_by_name
Method · 0.64
test_command_list
Method · 0.64
test_command_get_by_id
Method · 0.64
test_command_get_single
Method · 0.64