Class CloudServerSerializer
java.lang.Object
net.streamlinecloud.main.core.server.CloudServerSerializer
- All Implemented Interfaces:
com.google.gson.JsonSerializer<CloudServer>
public class CloudServerSerializer
extends Object
implements com.google.gson.JsonSerializer<CloudServer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonElement
serialize
(CloudServer src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Constructor Details
-
CloudServerSerializer
public CloudServerSerializer()
-
-
Method Details
-
serialize
public com.google.gson.JsonElement serialize(CloudServer src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) - Specified by:
serialize
in interfacecom.google.gson.JsonSerializer<CloudServer>
-