public class OptimizedJsonInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OptimizedJsonInfo.ClassJsonInfo |
| Modifier and Type | Field and Description |
|---|---|
Map<String,Integer> |
classIndices
Maps the class name to a unique, contiguous index.
|
Map<String,OptimizedJsonInfo.ClassJsonInfo> |
classJsonInfos
Maps the class name to a ClassJsonInfo.
|
Map<String,Integer> |
jsonFieldIndices
Maps the json field name to a unique, contiguous index.
|
| Constructor and Description |
|---|
OptimizedJsonInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
assignIndices()
Assigns indices to all registered classes and fields.
|
public Map<String,Integer> classIndices
public Map<String,Integer> jsonFieldIndices
public Map<String,OptimizedJsonInfo.ClassJsonInfo> classJsonInfos
Copyright © 2019. All rights reserved.