public class IntegerXodusQueueSerializer extends Object implements XodusQueueSerializer<Integer>
| Constructor and Description |
|---|
IntegerXodusQueueSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
fromEntry(jetbrains.exodus.ByteIterable value) |
jetbrains.exodus.ByteIterable |
toEntry(Integer element) |
public Integer fromEntry(jetbrains.exodus.ByteIterable value)
fromEntry in interface XodusQueueSerializer<Integer>public jetbrains.exodus.ByteIterable toEntry(Integer element)
toEntry in interface XodusQueueSerializer<Integer>Copyright © 2018. All rights reserved.