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 <ddd@mail.muni.cz>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(Object object)