On Wed, Mar 21, 2012 at 4:17 PM, Emil <emi...@gmail.com> wrote:
> Alternatively, if I just make a dictionary of SageObjects and pickle,
> would that work? Thanks,

A normal dictionary should work:

sage: loads(dumps(dict(a=2, b=random_matrix(ZZ, 4))))
{'a': 2, 'b': [ 0 -1 -2  0]
[-2  1 -1 -1]
[ 3  1 -1  1]
[ 4  6 -1 -5]}

--Mike

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to