NYU-hololens / Hololens-visual

This project was launched as a collaboration between NYU-ITP and CITI-CTO as proof of concept project for using hololens for data analysis
MIT License
0 stars 0 forks source link

class SelectFilteredResult<T> gives InvalidCastException for serializable class #28

Open u932b opened 7 years ago

u932b commented 7 years ago

The serializable class SelectFilteredResult which reads a table from AzureSQL cannot be cast to be serializable under a hololens build. Need to rewrite or fix the current DB access methods.

Assumptions:

Acceptance Criteria:

Given
When
Then 
u932b commented 7 years ago

The current public class SelectFilteredResult results in an InvalidCastException for AzureServicesForUnity.AppService.SelectFilteredResult<1tableA> to Unity.Iserializable. This Error occurs both as a sphere action and an UI script.

u932b commented 7 years ago

Postponed for now, waiting on new db