@FunctionalInterface public interface Serializer
| Modifier and Type | Method and Description |
|---|---|
String |
supply()
Apply the serialization function and returns the serialized string
|
String supply() throws IOException
IOException - Exception to be thrown while applying the function.Copyright © 2023. All rights reserved.