| Package | Description |
|---|---|
| pro.boto.protolang.domain | |
| pro.boto.protolang.json.serials |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtoList<T extends ProtoObject<T>> |
class |
ProtoObject<T extends ProtoObject<T>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtoList<T extends ProtoObject<T>> |
class |
ProtoMap<T,S> |
| Constructor and Description |
|---|
ProtoList(T... objs) |
| Modifier and Type | Method and Description |
|---|---|
protected <O extends ProtoObject<?>> |
ProtoDeserializer.deserializeList(Class<O> clazz) |
protected <O extends ProtoObject<?>> |
ProtoDeserializer.deserializeObject(Class<O> clazz) |
protected <O extends ProtoObject<?>> |
ProtoDeserializer.deserializeObject(ProtoField field,
Class<O> clazz) |
protected <O extends ProtoObject<?>> |
ProtoSerializer.serializeList(List<O> value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProtoSerializer.serializeObject(ProtoObject<?> value) |
Copyright © 2017. All rights reserved.