GithubHelp home page GithubHelp logo

elders / proteus Goto Github PK

View Code? Open in Web Editor NEW
0.0 12.0 0.0 909 KB

In Greek mythology, Proteus (Greek: Πρωτεύς) is an early sea-god or god of rivers and oceanic bodies of water, one of several deities whom Homer calls the "Old Man of the Sea". He can foretell the future, but, in a mytheme familiar to several cultures, will change his shape to avoid having to; he will answer only to someone who is capable of capturing him. From this feature of Proteus comes the adjective protean, with the general meaning of "versatile", "mutable", "capable of assuming many forms". "Protean" has positive connotations of flexibility, versatility and adaptability.

License: Apache License 2.0

C# 98.17% Batchfile 1.83%

proteus's People

Contributors

mynkow avatar sdluxeon avatar

Watchers

 avatar James Cloos avatar  avatar Asen Popov avatar Denitsa Atanasova avatar Stoyan Dobrev avatar Blagovest Petrov avatar Konstantin Tenekedzhiev avatar Lyubomir Mitkov avatar Kalin Venkov avatar Stanimir Venkov avatar  avatar

proteus's Issues

Unable to serialize object. Unknown/Unregistered type: System.String

I am getting the following exception when serializing an object:

An exception of type 'System.InvalidOperationException' occurred in Elders.Proteus.dll but was not  handled in user code

Additional information: Unknown/Unregistered type: System.String, mscorlib, Version=4.0.0.0,   Culture=neutral, PublicKeyToken=b77a5c561934e089. All types that are using runtime type   inheritance should have DataContract Attribute. If this is a value type please use it as is, don't wrap it   into object. If you still want to wrap it into object declare a new class with DataContractAttrbute and   use the concrete type there

I am trying to serialize the following object which has [DataContract] attribute:

    [DataContract(Name = "3705d2fb-e501-4167-89f9-67bd654927e0")]
    public class TestActivityBody
    {
        [DataMember(Order = 1)]
        public object Body { get; set; }
    }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.