Class RootSchema.RootSchemaSerialiser
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurable.JsonSchema.RootSchema.RootSchemaSerialiser
-
- All Implemented Interfaces:
com.google.gson.JsonSerializer<RootSchema>
- Enclosing class:
- RootSchema
public static class RootSchema.RootSchemaSerialiser extends Object implements com.google.gson.JsonSerializer<RootSchema>
-
-
Constructor Summary
Constructors Constructor Description RootSchemaSerialiser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonElementserialize(RootSchema t, Type type, com.google.gson.JsonSerializationContext jsc)
-
-
-
Method Detail
-
serialize
public com.google.gson.JsonElement serialize(RootSchema t, Type type, com.google.gson.JsonSerializationContext jsc)
- Specified by:
serializein interfacecom.google.gson.JsonSerializer<RootSchema>
-
-