@Deprecated public interface ActivitySerializer<T>
ActivityConverter
Modifier and Type | Method and Description |
---|---|
Activity |
deserialize(T serialized)
Deprecated.
Converts a POJO into an Activity.
|
List<Activity> |
deserializeAll(List<T> serializedList)
Deprecated.
Converts multiple documents into a list of Activity objects.
|
String |
serializationFormat()
Deprecated.
Gets the supported content type that can be deserialized/serialized.
|
T |
serialize(Activity deserialized)
Deprecated.
Converts the activity to a POJO representation.
|
String serializationFormat()
T serialize(Activity deserialized) throws ActivitySerializerException
deserialized
- the stringActivitySerializerException
Activity deserialize(T serialized) throws ActivitySerializerException
serialized
- the string representationActivitySerializerException
Copyright © 2018 The Apache Software Foundation. All rights reserved.