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