| Package | Description |
|---|---|
| pt.unl.fct.di.novasys.babel.crdts.utils | |
| pt.unl.fct.di.novasys.babel.crdts.utils.datatypes |
| Modifier and Type | Field and Description |
|---|---|
static pt.unl.fct.di.novasys.network.ISerializer<DataTypes> |
DataTypes.serializer
Static serializer to serialize a data type into a ByteBuf.
|
| Modifier and Type | Method and Description |
|---|---|
static DataTypes |
DataTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypes[] |
DataTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataTypes |
SerializableType.getDataType()
Gets the data type of the object.
|
| Modifier and Type | Method and Description |
|---|---|
static SerializableType |
SerializableType.deserializeDataType(DataTypes dataType,
io.netty.buffer.ByteBuf in)
A static method that deserializes a SerializableType by receiving it's concrete data type as an argument.
|
| Constructor and Description |
|---|
SerializableType(DataTypes dataType)
Creates a SerializableType object and stores is concrete data type.
|
Copyright © 2024. All rights reserved.