skarim / vobject

A full-featured Python package for parsing and creating iCalendar and vCard files
https://vobject.sameenkarim.com
258 stars 93 forks source link

Allow additional arguments to be passed through serialize() #191

Open akuker opened 8 months ago

akuker commented 8 months ago

When a derived class needs additional arguments to the serialize() method, the base class should just pass those unknown arguments to the derived behavior.

An example use case is where someone wants to filter the objects that are serialized.