Gazebo Gazebo

API Reference

6.17.0
DefaultSerializer< sdf::World > Class Reference

Specialize the DefaultSerializer on sdf::World so we can skip serialization TODO(azeey) Do we ever want to serialize this component? More...

#include <World.hh>

Static Public Member Functions

static std::istreamDeserialize (std::istream &_in, sdf::World &)
 
static std::ostreamSerialize (std::ostream &_out, const sdf::World &)
 

Detailed Description

Specialize the DefaultSerializer on sdf::World so we can skip serialization TODO(azeey) Do we ever want to serialize this component?

Member Function Documentation

◆ Deserialize()

static std::istream& Deserialize ( std::istream _in,
sdf::World &   
)
inlinestatic

◆ Serialize()

static std::ostream& Serialize ( std::ostream _out,
const sdf::World &   
)
inlinestatic

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