protected AsyncSupplier<Pair<Object,Boolean>,SerializationException> |
AbstractDeserializer.deserializeCollectionAttributeValueElement(SerializationContext.CollectionContext context,
int elementIndex,
String colPath,
List<SerializationRule> rules)
Return the element with true if an element is found, or null with false if the end of the collection has been reached.
|
protected abstract AsyncSupplier<Pair<Object,Boolean>,SerializationException> |
AbstractDeserializer.deserializeCollectionValueElement(SerializationContext.CollectionContext context,
int elementIndex,
String colPath,
List<SerializationRule> rules)
Return the element (possibly null) with true if an element is found, or null with false if the end of the collection has been reached.
|
protected void |
AbstractDeserializer.deserializeNextCollectionAttributeValueElement(SerializationContext.CollectionContext context,
int elementIndex,
String colPath,
List<SerializationRule> rules,
AsyncSupplier<Object,SerializationException> result) |
protected void |
AbstractDeserializer.deserializeNextCollectionValueElement(SerializationContext.CollectionContext context,
int elementIndex,
String colPath,
List<SerializationRule> rules,
AsyncSupplier<Object,SerializationException> result) |
protected abstract IAsync<SerializationException> |
AbstractSerializer.endCollectionValue(SerializationContext.CollectionContext context,
String path,
List<SerializationRule> rules) |
protected abstract IAsync<SerializationException> |
AbstractSerializer.endCollectionValueElement(SerializationContext.CollectionContext context,
Object element,
int elementIndex,
String elementPath,
List<SerializationRule> rules) |
protected abstract IAsync<SerializationException> |
AbstractSerializer.serializeCollectionAttribute(SerializationContext.CollectionContext context,
String path,
List<SerializationRule> rules) |
protected void |
AbstractSerializer.serializeCollectionElement(SerializationContext.CollectionContext context,
Iterator<?> it,
int elementIndex,
String colPath,
List<SerializationRule> rules,
Async<SerializationException> result) |
protected IAsync<SerializationException> |
AbstractSerializer.serializeCollectionValue(SerializationContext.CollectionContext context,
String path,
List<SerializationRule> rules) |
protected abstract IAsync<SerializationException> |
AbstractSerializationSpecWriter.specifyCollectionValue(SerializationContext.CollectionContext context,
List<SerializationRule> rules) |
protected abstract IAsync<SerializationException> |
AbstractSerializer.startCollectionValue(SerializationContext.CollectionContext context,
String path,
List<SerializationRule> rules) |
protected abstract IAsync<SerializationException> |
AbstractSerializer.startCollectionValueElement(SerializationContext.CollectionContext context,
Object element,
int elementIndex,
String elementPath,
List<SerializationRule> rules) |
protected static Object |
AbstractDeserializer.toArray(SerializationContext.CollectionContext context) |