public final class MarshallerUtil extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
bytes2obj(Marshaller marshaller,
byte[] bytes,
short status) |
static byte[] |
obj2bytes(Marshaller marshaller,
Object o,
boolean isKey,
int estimateKeySize,
int estimateValueSize) |
public static <T> T bytes2obj(Marshaller marshaller, byte[] bytes, short status)
public static byte[] obj2bytes(Marshaller marshaller, Object o, boolean isKey, int estimateKeySize, int estimateValueSize)
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.