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 Details

    • StripeRawJsonObjectSerializer

      public StripeRawJsonObjectSerializer()
  • Method Details

    • serialize

      public com.google.gson.JsonElement serialize(StripeRawJsonObject src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
      Specified by:
      serialize in interface com.google.gson.JsonSerializer<StripeRawJsonObject>