Class GsonAuditLogsDetailsUserIDsFactory

    • Constructor Detail

      • GsonAuditLogsDetailsUserIDsFactory

        public GsonAuditLogsDetailsUserIDsFactory()
      • GsonAuditLogsDetailsUserIDsFactory

        public GsonAuditLogsDetailsUserIDsFactory​(boolean failOnUnknownProperties)
    • Method Detail

      • deserialize

        public LogsResponse.UserIDs deserialize​(com.google.gson.JsonElement json,
                                                Type typeOfT,
                                                com.google.gson.JsonDeserializationContext context)
                                         throws com.google.gson.JsonParseException
        Specified by:
        deserialize in interface com.google.gson.JsonDeserializer<LogsResponse.UserIDs>
        Throws:
        com.google.gson.JsonParseException
      • serialize

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