class documentation

External serializer for a recurrence rule.

Method ruleAsJSON Serialize the recurrence rule from the given JSON object.
Method ruleFromJSON Construct a recurrence rule from the given JSON object.

Inherited from HasTypeCode:

Method typeCodeForJSON Type-code for the serialized JSON object to be looked up later.
def ruleAsJSON(self, rule: RRuleT) -> JSONObject: (source)

Serialize the recurrence rule from the given JSON object.

def ruleFromJSON(self, json: JSONObject) -> RRuleT: (source)

Construct a recurrence rule from the given JSON object.