- All Implemented Interfaces:
com.google.gson.JsonSerializer<Firewall>
public class FirewallSerializer
extends Object
implements com.google.gson.JsonSerializer<Firewall>
Serializer for firewall class
- Since:
- v2.16
- Author:
- Lucas Andrey B. (andreybleme1@gmail.com)
-
Constructor Summary
Constructors
-
Method Summary
com.google.gson.JsonElement
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FirewallSerializer
public FirewallSerializer()
-
Method Details
-
serialize
public com.google.gson.JsonElement serialize(Firewall firewall,
Type paramType,
com.google.gson.JsonSerializationContext context)
- Specified by:
serialize in interface com.google.gson.JsonSerializer<Firewall>