public interface NamedWriteable<T> extends Writeable<T>
Writeable object identified by its name.
To be used for arbitrary serializable objects (e.g. queries); when reading them, their name tells
which specific object needs to be created.| Modifier and Type | Method and Description |
|---|---|
String |
getWriteableName()
Returns the name of the writeable object
|
readFromString getWriteableName()
Copyright © 2009–2017. All rights reserved.