- java.lang.Object
-
- de.learnlib.testsupport.ResumeUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
fromBytes(byte[] bytes)
static byte[]
toBytes(Object state)
-
-
-
Method Detail
-
toBytes
public static byte[] toBytes(Object state)
-
fromBytes
public static <T> T fromBytes(byte[] bytes)
-
-