FormatsBuilder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
fun register(ext: String, makeFromat: (SerializersModule) -> Format)

Registers a Format for a file with extension ext.

Properties

Link copied to clipboard
val formats: MutableMap<String, (SerializersModule) -> Format>