getGSON

@Contract(pure = true)
@TestOnly
open fun getGSON(): Gson

Returns the internal static instance of Gson object used for serialization. It includes all needed com.google.gson.TypeAdapters for Effects and Properties serialization.

Useful for serialize related objects not directly managed by this class.

Return

the Gson object for serialization