Package cz.metacentrum.perun.rpclib.api
Interface Serializer
- All Known Implementing Classes:
JsonSerializer
public interface Serializer
Subclasses of
Serializer
class provide methods to serialize PerunAPI's datatypes (as JSON, for example).
Implementing any of the write* methods except write(PerunException)
, write(PerunRuntimeException)
is
optional.- Since:
- 0.1
- Author:
- Jan Klos invalid input: '<'ddd@mail.muni.cz>
-
Method Summary
-
Method Details
-
write
- Throws:
IOException
-