public class Leb128Serializer extends Object
| Constructor and Description |
|---|
Leb128Serializer() |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<byte[],byte[]> |
deserializeHashmap(byte[] serializedUids) |
static List<byte[]> |
deserializeList(byte[] serializedUids) |
static byte[] |
serializeEntrySet(Set<Map.Entry<byte[],byte[]>> uidsAndValues) |
static byte[] |
serializeHashMap(HashMap<byte[],byte[]> uidsAndValues) |
static byte[] |
serializeList(List<byte[]> values) |
public static List<byte[]> deserializeList(byte[] serializedUids)
public static HashMap<byte[],byte[]> deserializeHashmap(byte[] serializedUids)
public static byte[] serializeHashMap(HashMap<byte[],byte[]> uidsAndValues)
public static byte[] serializeEntrySet(Set<Map.Entry<byte[],byte[]>> uidsAndValues)
public static byte[] serializeList(List<byte[]> values)
Copyright © 2022. All rights reserved.