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