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