Home | History | Annotate | Download | only in afe

Lines Matching refs:serialize

539     like to serialize HostAttribute.`host_id`."""
929 def serialize(self, include_dependencies=True):
933 this function will serialize with the object.
982 return [obj.serialize() for obj in attr.all()]
983 return attr.serialize()
1102 This takes the result of the serialize method and creates objects
1114 returned by serialize.
1165 returned by serialize.