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