Package io.mateu.util
Class Serializer
java.lang.Object
io.mateu.util.Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tstatic <T> Tstatic <T> Tstatic <T> TpojoFromJson(String json, Class<T> c) static Stringstatic String
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
fromJson
- Throws:
IOException
-
fromJson
- Throws:
Exception
-
pojoFromJson
- Throws:
Exception
-
toJson
- Throws:
Exception
-
toMap
- Throws:
Exception
-
fromMap
- Throws:
Exception
-
fromYaml
- Throws:
IOException
-
fromYaml
- Throws:
IOException
-
toYaml
- Throws:
IOException
-