decode Not Null Mark
Checks to see if the element is null before calling an actual deserialzier. Can't use this for nested classes because we need to check all upcoming rows to see if all of them are null, only then is the parent element considered null so instead we just opt to return true and check for nullity in the parent call of decodeNullableSerializableElement.