SG++-Doxygen-Documentation
python.utils.GzipSerializer.GzipSerializer Class Reference

The class provides the method, used by subclasses to work with gzip-compressed files. More...

Inheritance diagram for python.utils.GzipSerializer.GzipSerializer:

Public Member Functions

def deserialize (self, stream)
 
def deserializeFromFile (self, filename)
 
def gzOpen (self, filename, mode="r")
 Opens a file. More...
 
def serialize (self, targetObj, stream)
 
def serializeToFile (self, targetObj, filename)
 

Detailed Description

The class provides the method, used by subclasses to work with gzip-compressed files.

Member Function Documentation

◆ deserialize()

def python.utils.GzipSerializer.GzipSerializer.deserialize (   self,
  stream 
)

◆ deserializeFromFile()

◆ gzOpen()

◆ serialize()

def python.utils.GzipSerializer.GzipSerializer.serialize (   self,
  targetObj,
  stream 
)

◆ serializeToFile()

def python.utils.GzipSerializer.GzipSerializer.serializeToFile (   self,
  targetObj,
  filename 
)

References python.utils.GzipSerializer.GzipSerializer.gzOpen(), python.learner.formatter.GridImageFormatter.GridImageFormatter.serialize(), sgpp::combigrid::AbstractSerializationStrategy< T >.serialize(), sgpp::combigrid::DefaultSerializationStrategy< T >.serialize(), python.utils.GzipSerializer.GzipSerializer.serialize(), json::ListNode.serialize(), json::Node.serialize(), sgpp::combigrid::FloatSerializationStrategy< T >.serialize(), json::JSON.serialize(), json::DictNode.serialize(), sgpp::base::ModPolyGrid.serialize(), sgpp::base::PolyGrid.serialize(), json::TextNode.serialize(), python.learner.formatter.LearnerFormatter.LearnerFormatter.serialize(), json::IDNode.serialize(), sgpp::base::PolyBoundaryGrid.serialize(), sgpp::base::LinearClenshawCurtisBoundaryGrid.serialize(), sgpp::base::PolyClenshawCurtisBoundaryGrid.serialize(), sgpp::combigrid::TreeStorageSerializationStrategy< T >.serialize(), sgpp::combigrid::AbstractCombigridStorage.serialize(), python.learner.formatter.GridFormatter.GridFormatter.serialize(), sgpp::base::LinearBoundaryGrid.serialize(), sgpp::combigrid::CombigridTreeStorage.serialize(), sgpp::combigrid::FunctionLookupTable.serialize(), python.learner.formatter.LearnedKnowledgeFormatter.LearnedKnowledgeFormatter.serialize(), python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter.serialize(), python.uq.sampler.asgc.ASGCSamplerFormatter.ASGCSamplerFormatter.serialize(), sgpp::base::LinearClenshawCurtisGrid.serialize(), sgpp::base::ModLinearClenshawCurtisGrid.serialize(), sgpp::base::PolyClenshawCurtisGrid.serialize(), sgpp::base::ModPolyClenshawCurtisGrid.serialize(), sgpp::base::ModBsplineClenshawCurtisGrid.serialize(), sgpp::base::FundamentalSplineGrid.serialize(), sgpp::base::ModFundamentalSplineGrid.serialize(), sgpp::base::BsplineGrid.serialize(), sgpp::base::ModBsplineGrid.serialize(), python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter.serialize(), sgpp::base::NakBsplineBoundaryCombigridGrid.serialize(), sgpp::base::BsplineClenshawCurtisGrid.serialize(), sgpp::base::BsplineBoundaryGrid.serialize(), sgpp::base::HashGridPoint.serialize(), sgpp::base::HashGridStorage.serialize(), sgpp::base::BoundingBox.serialize(), sgpp::base::Stretching.serialize(), and sgpp::base::Grid.serialize().


The documentation for this class was generated from the following file: