JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.github.jonasrutishauser.transactional.event.api.serialization
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
()