public interface EnumMarshaller<E extends Enum<E>> extends BaseMarshaller<E>
Modifier and Type | Method and Description |
---|---|
E |
decode(int enumValue)
Decodes a an integer enum value read from the protobuf stream into a Java enum instance.
|
int |
encode(E e) |
getJavaClass, getTypeName
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.