Package com.stripe.model
Class StripeRawJsonObjectSerializer
java.lang.Object
com.stripe.model.StripeRawJsonObjectSerializer
- All Implemented Interfaces:
com.google.gson.JsonSerializer<StripeRawJsonObject>
public class StripeRawJsonObjectSerializer
extends Object
implements com.google.gson.JsonSerializer<StripeRawJsonObject>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonElementserialize(StripeRawJsonObject src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Constructor Details
-
StripeRawJsonObjectSerializer
public StripeRawJsonObjectSerializer()
-
-
Method Details
-
serialize
public com.google.gson.JsonElement serialize(StripeRawJsonObject src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) - Specified by:
serializein interfacecom.google.gson.JsonSerializer<StripeRawJsonObject>
-