public override bool unMarshal(BytesStream stream) { angle = stream.ReadInt16(); keys = stream.ReadBytes(keys.Length); return(true); }