Encode the specified object using the bound encoder state and the specified category.
Synopsis
Declared in <balxml_encoder.h>
template<
class TYPE,
class ANY_CATEGORY>
int
operator()(
TYPE const& object,
ANY_CATEGORY category);
Created with MrDocs