Package ca.uqac.lif.cep.serialization
Serialize and deserialize events using the Azrael serialization library.
- Author:
- Sylvain Hallé
-
Class Summary Class Description DeserializeEvents<T,U> Function that applies a deserializer to its input argument.JsonDeserialize<U> Function that deserializes a JSON element into an objectJsonDeserializeString<U> Function that deserializes a JSON string into an objectJsonSerialize Function that serializes its input into a JSON elementJsonSerializeString Function that serializes its input into a JSON stringMain Dummy main fileSerializeEvents<T> Function that applies a serializer to its input argument.