java.lang.Object
com.microsoft.playwright.impl.Serialization.ToLowerCaseAndDashSerializer<E>
- All Implemented Interfaces:
com.google.gson.JsonSerializer<E>
- Enclosing class:
Serialization
private static class Serialization.ToLowerCaseAndDashSerializer<E extends Enum<E>>
extends Object
implements com.google.gson.JsonSerializer<E>
-
Constructor Summary
Constructors
-
Method Summary
com.google.gson.JsonElement
serialize(E src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ToLowerCaseAndDashSerializer
private ToLowerCaseAndDashSerializer()
-
Method Details
-
serialize
public com.google.gson.JsonElement serialize(E src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context)
- Specified by:
serialize in interface com.google.gson.JsonSerializer<E extends Enum<E>>