Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SerializationException: Type is not marked as serializable. #56

Closed
sentry-io bot opened this issue Sep 30, 2018 · 2 comments
Closed

SerializationException: Type is not marked as serializable. #56

sentry-io bot opened this issue Sep 30, 2018 · 2 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Sep 30, 2018

Too many serialization expcetions due to limitations of the binary serializer.

Sentry Issue: LINQBRIDGEVS-9

SerializationException: Type TTT is not marked as serializable.
  Module "BridgeVs.Grapple.Serialization.DefaultSerializer", line 78, in Serialize
    Byte[] Serialize[T](T)
  Module "BridgeVs.Grapple.Grapple.BinaryGrapple", line 222, in Grab
    System.Tuple`2[System.Type,System.Byte[]] Grab[T](T)
  Module "BridgeVs.Grapple.Truck", line 16, in LoadCargo
    Void LoadCargo[T](T)
  Module "BridgeVs.DynamicVisualizers.DynamicObjectSource", line 355, in BroadCastData
    Void BroadCastData(System.Object, System.IO.Stream)
...
(9 additional frame(s) were not displayed)

Error broadcasting the data to linqpad
@sentry-io
Copy link
Author

sentry-io bot commented Sep 30, 2018

Sentry issue: LINQBRIDGEVS-P

@codingadventures codingadventures added this to the LINQBridgeVs 1.4.7 milestone Oct 8, 2018
@codingadventures
Copy link
Owner

with the new serialization strategy if binary fails, json is used instead

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant