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