| Constructor and Description |
|---|
GeoshapeBinarySerializer() |
| Modifier and Type | Method and Description |
|---|---|
static Geoshape |
read(InputStream inputStream)
Deserialize a geoshape.
|
static void |
write(OutputStream outputStream,
Geoshape attribute)
Serialize a geoshape.
|
public static void write(OutputStream outputStream, Geoshape attribute) throws IOException
outputStream - attribute - IOExceptionpublic static Geoshape read(InputStream inputStream) throws IOException
inputStream - IOExceptionCopyright © 2012–2023. All rights reserved.