Interface FileSerializer

  • All Known Implementing Classes:
    StreamProviderFileSerializer

    public interface FileSerializer
    An entity that serialize embedded data to file.
    Since:
    9.0RC1
    Version:
    $Id: 17edb294265c7a1596615dd3ade65e3b713e7f84 $
    • Method Detail

      • serialize

        void serialize​(File file)
                throws Exception
        Parameters:
        file - the file to write to
        Throws:
        Exception - when failing to serialize the data to the passed file