53 return SerializationFormatterFactory.GetFormatter().Serialize(model);
63 return SerializationFormatterFactory.GetFormatter().Deserialize(parameter);
Provides the ability to bing properties on iOS UI controls to properties on CSLA objects.
CSLA helper to be used in place of the normal Xamarin Android activity that contains a reference to a...
byte[] SerilizeModelForParameter()
Serializes the ViewModel's model property using the SerializationFormatterFactory....
object DeserializeFromParameter(byte[] parameter)
Takes a byte array and uses the MobileFormatter to reconstitute it into a model reference.
byte[] SerilizeModelForParameter(object model)
Serialized the provided model using the SerializationFormatterFactory.GetFormatter().
BindingManager Bindings
The BindingManager for this Activity.
T viewModel
A reference to the view model.