func (m *Object) CopyFrom(src interface{}) {

    o := src.(*Object)
    *m = *o
    if o.Object != nil {