Prajna


GenericSerialization

Functions and values

Function or valueDescription
AddFormatter (guid, fmt)
Signature: (guid:Guid * fmt:(ISurrogateSelector -> IFormatter)) -> ISurrogateSelector -> IFormatter
BinaryFormatterGuid
Signature: Guid

Default generic serializer (standard .Net BinaryFormatter)

DefaultFormatterGuid
Signature: Guid
GetDefaultFormatter surrogateSelector
Signature: surrogateSelector:ISurrogateSelector -> IFormatter
GetFormatter (guid, surrogateSelector)
Signature: (guid:Guid * surrogateSelector:ISurrogateSelector) -> IFormatter
PrajnaFormatterGuid
Signature: Guid

New generic serializer (our BinarySerializer)

Fork me on GitHub