JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.github.jonasrutishauser.transactional.event.api.serialization
EventSerializer
Contents
Description
Method Summary
Method Details
serialize(T)
getType()
Hide sidebar
Show sidebar
Interface EventSerializer<
T
>
public interface
EventSerializer<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default
Class
<
T
>
getType
()
String
serialize
(
T
event)
Method Details
serialize
String
serialize
(
T
event)
getType
default
Class
<
T
>
getType
()