7#ifndef RABIT_SERIALIZABLE_H_
8#define RABIT_SERIALIZABLE_H_
interface for serializable objects
Definition io.h:132
interface of stream I/O for serialization
Definition io.h:30
namespace of rabit
Definition engine.h:18
dmlc::Serializable Serializable
defines serializable objects used in rabit see definition of Serializable in dmlc/io....
Definition rabit.h:32
dmlc::Stream Stream
defines stream used in rabit see definition of Stream in dmlc/io.h
Definition rabit.h:27
simple utils to support the code