Package com.google.genai.gaos.utils
Class RequestBody
java.lang.Object
com.google.genai.gaos.utils.RequestBody
-
Method Summary
Modifier and TypeMethodDescriptionstatic SerializedBodystatic SerializedBodyserializeFormData(Object value)
-
Method Details
-
serialize
public static SerializedBody serialize(Object request, String requestField, String serializationMethod, boolean nullable) throws NoSuchFieldException, IllegalArgumentException, IllegalAccessException, UnsupportedOperationException, IOException -
serializeFormData
public static SerializedBody serializeFormData(Object value) throws IOException, IllegalArgumentException, IllegalAccessException
-