Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
enum Type

Functions

Link copied to clipboard
open fun deserialize(in: ByteArrayDataInput)
Deserialize the object from a byte stream using the provided ByteArrayDataInput.
Link copied to clipboard
abstract fun getType(): SourceInfo.Type
Link copied to clipboard
open fun of(in: ByteArrayDataInput): SourceInfo
Link copied to clipboard
open fun serialize(out: ByteArrayDataOutput)
Serialize the object to a byte stream using the provided ByteArrayDataOutput.