com.github.rs3vans.krypto / Bytes / deserializeToObject

deserializeToObject

fun <T : Serializable> deserializeToObject(): T

Convert a Bytes into a T by deserializing it using an ObjectInputStream.

Will cause a ClassCastException if byteArray doesn't contained the serialized form of an instance of T.