Package io.microsphere.io
Interface Serializer<S>
-
- Type Parameters:
S- the type to be serialized
- All Known Implementing Classes:
DefaultSerializer,StringSerializer
public interface Serializer<S>Serializer- Since:
- 1.0.0 Date : 2021-05-01
- Author:
- Mercy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]serialize(S source)
-
-
-
Method Detail
-
serialize
byte[] serialize(S source) throws java.io.IOException
- Throws:
java.io.IOException
-
-