UserData

public class UserData<WireType>

A wrapper around deserialized data that contains the unspecific Object instance with a class object describing its type. TODO is the unused generics type really required?

Author

jwienke, swrede

Parameters

<WireType> – the kind of wire this user data originate from

Constructors

UserData

public UserData(Object data, Class<?> typeInfo)

Constructor.

Parameters
  • data – the data to wrap

  • typeInfo – a class object describing the data

Methods

getData

public Object getData()

Returns the deserialized data.

Returns

deserialized data

getTypeInfo

public Class<?> getTypeInfo()

Class object describing the type of the deserialized data.

Returns

class type info