func (p *Platform) Marshal() {
    if p.O != nil {
        p.OwnerID = p.O.ID
    }
    if p.OnRailNode != nil {