Package com.microsoft.playwright.impl
Class Serialization.SameSiteAdapter
java.lang.Object
com.google.gson.TypeAdapter<SameSiteAttribute>
com.microsoft.playwright.impl.Serialization.SameSiteAdapter
- Enclosing class:
Serialization
private static class Serialization.SameSiteAdapter
extends com.google.gson.TypeAdapter<SameSiteAttribute>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(com.google.gson.stream.JsonReader in) voidwrite(com.google.gson.stream.JsonWriter out, SameSiteAttribute value) Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
SameSiteAdapter
private SameSiteAdapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter out, SameSiteAttribute value) throws IOException - Specified by:
writein classcom.google.gson.TypeAdapter<SameSiteAttribute>- Throws:
IOException
-
read
- Specified by:
readin classcom.google.gson.TypeAdapter<SameSiteAttribute>- Throws:
IOException
-