public final class VoteHelper extends Object
Constructor and Description |
---|
VoteHelper() |
Modifier and Type | Method and Description |
---|---|
static Vote |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
Vote s) |
static Vote |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
Vote s) |
public static TypeCode type()
public static String id()
public static Vote read(InputStream in)
public static void write(OutputStream out, Vote s)
Copyright © 2021 JBoss by Red Hat. All rights reserved.