-
public interface Serializer<T extends Object>An interface which can transform an object of type T into a formatted String.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSerializer.Companion
-