Skip to content

Commit

Permalink
Added attribute [Serializable] to SplitSerializeable. Changed namespa…
Browse files Browse the repository at this point in the history
…ce for BinarySerilizer to Leaf.Core.Runtime.Serialization
  • Loading branch information
grandsilence committed Jul 13, 2018
1 parent 7852535 commit 32f00c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Threading.Tasks;
// ReSharper disable UnusedMember.Global

namespace Leaf.Core.IO
namespace Leaf.Core.Runtime.Serialization
{
/// <summary>
/// Класс для сериализации и десериализации различных объектов. Хранилищем выступает бинарный файл.
Expand Down
4 changes: 4 additions & 0 deletions Leaf.Core/Runtime/Serialization/SplitSerializeable.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
// ReSharper disable UnusedMember.Global

using System;

namespace Leaf.Core.Runtime.Serialization
{
/// <inheritdoc />
[Serializable]
public abstract class SplitSerializeable : IStringSerializeable
{
/// <summary>
Expand Down

0 comments on commit 32f00c1

Please sign in to comment.