Skip navigation links

Package com.electronwill.nightconfig.core.serde

Provides tools for serializing values to configurations, and deserializing configurations to Java objects.

See: Description

Package com.electronwill.nightconfig.core.serde Description

Provides tools for serializing values to configurations, and deserializing configurations to Java objects.

The sub-package com.electronwill.nightconfig.core.serde.annotations contains annotations that you can apply to fields and/or classes in order to change how they are (de)serialized.

See Also:
ObjectSerializer, ObjectDeserializer
Skip navigation links