Interface JsonSerializable

All Known Implementing Classes:
DBView, DBViewWithLikeFilterOnString, IndexedDBView

public interface JsonSerializable
Marker interface indicating that implementing classes can be serialized to JSON.

Classes implementing this interface should ensure they provide the necessary mechanisms for JSON serialization, typically through standard Java serialization frameworks such as Jackson.

This interface does not define any methods, serving only as a type marker to facilitate serialization logic in the application.