Thanks, I was actually coming in here to post just that. Feeling pretty dumb for not catching that myself the first time around, took emailing myself the values from the save action to realize what was going on :-/
If anyone needs to see what values are making it to the save function you simply pass the entire post array to the add/update post meta functions as a temporary value. It will be serialized and stored. This will store a lot of redundant information however.