I have a file that has a generic class that supports serialization to/ from files. Where should I put this class? It really does not fit under the generic MVC directories. Thoughts?
Under the lib folder. Or as a plugin. - MaurĂcio Linhares http://codeshooter.wordpress.com/ | http://twitter.com/mauriciojr On Fri, Aug 7, 2009 at 3:09 PM, skibud2<mike.halloran-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I have a file that has a generic class that supports serialization to/ > from files. Where should I put this class? It really does not fit > under the generic MVC directories. Thoughts? > > >