RecurrenceSerializer

Deprecated

Use RRuleFormatter instead.

Utility class to write a Recurrence as a byte array and read it back. Read is backward-compatible with previous versions. Prefer RRuleFormatter to this format for serialization since its more flexible. This class is not thread-safe.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Read a recurrence from a byte array and return it. The encoded recurrence object must start at index 0 in the array.

Link copied to clipboard

Write a recurrence to a byte array and return it.