Object ConnectionState.Companion
-
- All Implemented Interfaces:
public class ConnectionState.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ConnectionState.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final String
encode(Object data)
Converts the provided data to a String on success, null otherwise. final ConnectionState
decode(Object data)
Returns a valid ConnectionState for data, null otherwise. -
-
Method Detail
-
decode
final ConnectionState decode(Object data)
Returns a valid ConnectionState for data, null otherwise.
-
-
-
-