Class Attributes
java.lang.Object
pt.unl.fct.di.novasys.network.data.Attributes
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsKey
(String key) getBoolean
(String key) getKeys()
<T> T
getObject
(String key, ISerializer<T> serializer) void
putBoolean
(String key, boolean value) void
void
void
void
<T> void
putObject
(String key, T value, ISerializer<T> serializer) void
void
toString()
-
Field Details
-
EMPTY
-
serializer
-
-
Constructor Details
-
Attributes
public Attributes() -
Attributes
-
-
Method Details
-
shallowClone
-
deepClone
-
getKeys
-
containsKey
-
putObject
- Throws:
IOException
-
getObject
- Throws:
IOException
-
putBoolean
-
getBoolean
-
putShort
-
getShort
-
putInt
-
getInt
-
putLong
-
getLong
-
putFloat
-
getFloat
-
putString
-
getString
-
putHost
- Throws:
IOException
-
getHost
- Throws:
IOException
-
toString
-