Package org.infinispan.counter.api
Class CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d
- java.lang.Object
-
- org.infinispan.counter.api.CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<CounterState>
,org.infinispan.protostream.EnumMarshaller<CounterState>
public final class CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d extends Object implements org.infinispan.protostream.EnumMarshaller<CounterState>
-
-
Constructor Summary
Constructors Constructor Description CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CounterState
decode(int $1)
int
encode(CounterState $1)
Class<CounterState>
getJavaClass()
String
getTypeName()
-
-
-
Method Detail
-
getJavaClass
public Class<CounterState> getJavaClass()
-
getTypeName
public String getTypeName()
-
decode
public CounterState decode(int $1)
-
encode
public int encode(CounterState $1) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-