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.| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getWriteableName()
Returns the name of the writeable object
|
readFromString getWriteableName()
Copyright © 2009–2016. All rights reserved.