Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/09 16:59:23 (15 years ago)
Author:
msteinbi
Message:

added wcf annotations to cached hive plugininfo (#531)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/3.2/BusinessObjects/CachedHivePluginInfo.cs

    r1596 r1637  
    2424using System.Text;
    2525using HeuristicLab.Hive.Contracts.BusinessObjects;
     26using System.Runtime.Serialization;
    2627
    2728namespace HeuristicLab.PluginInfrastructure {
     29  [DataContract]
    2830  public class CachedHivePluginInfo : HivePluginInfo {
    2931
     
    3234    /// stores the plugin files in a list of byte arrays
    3335    /// </summary>
     36    [DataMember]
    3437    public List<byte[]> PluginFiles {
    3538      get { return pluginFiles; }
Note: See TracChangeset for help on using the changeset viewer.