Skip to content

Commit

Permalink
chore(core): Export JsonValue
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Feb 19, 2024
1 parent e7afda4 commit 3222b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/celest_core/lib/celest_core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export 'src/exception/cloud_exception.dart';
export 'src/exception/serialization_exception.dart';

/// Serialization
export 'src/serialization/json_value.dart';
export 'src/serialization/serializer.dart';
1 change: 1 addition & 0 deletions packages/celest_core/lib/src/serialization/serializer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ final class _Serializers extends Serializers {
}
}

@immutable
final class TypeToken<T> {
const TypeToken([this._typeName]);

Expand Down

0 comments on commit 3222b85

Please sign in to comment.