public abstract class JavaGeomConverter extends Object
| Constructor and Description |
|---|
JavaGeomConverter() |
public static void serializeLocationNullable(@Nullable Point2D value, JsonWriter sw)
public static void serializeLocation(Point2D value, JsonWriter sw)
public static Point2D.Double deserializeLocation(JsonReader reader) throws IOException
IOExceptionpublic static ArrayList<Point2D> deserializeLocationCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeLocationCollection(JsonReader reader, Collection<Point2D> res) throws IOException
IOExceptionpublic static ArrayList<Point2D> deserializeLocationNullableCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeLocationNullableCollection(JsonReader reader, Collection<Point2D> res) throws IOException
IOExceptionpublic static void serializePointNullable(@Nullable Point value, JsonWriter sw)
public static void serializePoint(Point value, JsonWriter sw)
public static Point deserializePoint(JsonReader reader) throws IOException
IOExceptionpublic static ArrayList<Point> deserializePointCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializePointCollection(JsonReader reader, Collection<Point> res) throws IOException
IOExceptionpublic static ArrayList<Point> deserializePointNullableCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializePointNullableCollection(JsonReader reader, Collection<Point> res) throws IOException
IOExceptionpublic static void serializeRectangleNullable(@Nullable Rectangle2D value, JsonWriter sw)
public static void serializeRectangle(Rectangle2D value, JsonWriter sw)
public static Rectangle2D.Double deserializeRectangle(JsonReader reader) throws IOException
IOExceptionpublic static ArrayList<Rectangle2D> deserializeRectangleCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeRectangleCollection(JsonReader reader, Collection<Rectangle2D> res) throws IOException
IOExceptionpublic static ArrayList<Rectangle2D> deserializeRectangleNullableCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeRectangleNullableCollection(JsonReader reader, Collection<Rectangle2D> res) throws IOException
IOExceptionpublic static void serialize(@Nullable Image value, JsonWriter sw)
public static BufferedImage deserializeImage(JsonReader reader) throws IOException
IOExceptionpublic static ArrayList<BufferedImage> deserializeImageCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeImageCollection(JsonReader reader, Collection<BufferedImage> res) throws IOException
IOExceptionpublic static ArrayList<BufferedImage> deserializeImageNullableCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeImageNullableCollection(JsonReader reader, Collection<BufferedImage> res) throws IOException
IOExceptionCopyright © 2023. All rights reserved.