public static interface Deserializer.StreamReferenceHandler
| Modifier and Type | Method and Description |
|---|---|
AsyncSupplier<IO.Readable,SerializationException> |
getStreamFromReference(String text)
Retrieve the stream from the given reference.
|
boolean |
isReference(String text)
Return true if the text found is a reference.
|
boolean isReference(String text)
AsyncSupplier<IO.Readable,SerializationException> getStreamFromReference(String text)
Copyright © 2019. All rights reserved.