Class TestSerializable
In: test.rb
Parent: Object

A small test class, that includes MySQLSerializable

The lines:

 include MySQLSerializable

 @sql_primary_key = :number # used when selecting

are the only part, that is required in order to serialize objects of this class.

Methods
init    new   
Attributes
file  [RW] 
number  [RW] 
single_sub  [RW] 
Included modules
MySQLSerializable
Public Class methods
new()
Public Instance methods
init()