object
into a Serialized Object containing the given expectedRepresentation
. Use {@link #canSerializeTo(Class)} to detect whether the expectedRepresentation
is supported bythis serializer.
@param object The object to serialize
@param expectedRepresentation The expected data type representing the serialized object
@param < T> The expected data type representing the serialized object
@return the instance representing the serialized object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|