clone


Description:

public Config2 clone ()

Creates a deep copy of this Config2 instance by serializing and deserializing.

This method creates a completely independent copy that can be safely used in a different thread without thread-safety concerns. The cloned config will have all the same data but separate Gee.HashMap instances.

Returns:

A new Config2 instance that is a deep copy of this one