Open akuker opened 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.
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.