Thanks Edward. You mean implement "deserialize" to return a list<struct>? What is explode()? Sorry for basic questions. Could you please elaborate this a bit more or give me a link to some reference? Thanks!
On Wed, Mar 30, 2011 at 12:03 PM, Edward Capriolo <edlinuxg...@gmail.com>wrote: > On Wed, Mar 30, 2011 at 2:55 PM, Michael Jiang <it.mjji...@gmail.com> > wrote: > > Want to extend RegexSerDe to parse apache web log: for each log entry, > need > > to convert it into multiple entries. This is easy in streaming. But new > to > > serde, wondering if it is doable and how? Thanks! > > > > You can have your serde produce list<struct> and then explode() them. >