Skip to content
Snippets Groups Projects
Commit 58d494d1 authored by Philippe Canal's avatar Philippe Canal
Browse files

From Sergei Linev:

3 new virtual methods:
   virtual void TBuffer::ClassBegin(const TClass*, Version_t = -1) {}
   virtual void TBuffer::ClassEnd(const TClass*) {}
   virtual void TBuffer::ClassMember(const char*, const char*, Int_t = -1, Int_t = -1, Int_t = -1) {}
This method can be use to make a custom streamed object 'splitable'

Add a new Bit for TBuffer kTextBasedStreaming which can be used in the
streamer to facilitate writing to a text output (xml, sql).


git-svn-id: http://root.cern.ch/svn/root/trunk@13908 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0cc4125f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment