Josef Ottosson

Josef Ottosson

Freelancing Software Developer/Architect

Subscribe via RSS
© Josef Ottosson 2021
Ghost & StayPuft

JOS.ContentSerializer

A collection of 5 posts

episerver

JOS.ContentSerializer now supports TimeSpan? out of the box

Saw the following post today and decided to update JOS.ContentSerializer to support TimeSpan? properties. The default implementation is really naive: public object Handle(TimeSpan? value, PropertyInfo property, IContentData contentData) { return value?.ToString(

a year ago September 4th, 2019 1 min read
episerver

JOS.Epi.ContentApi updated to version 3.0.0

Thanks to the discussion in the comments on the blogpost written by Johan Björnfot I could simplify the code a lot and remove the HttpModule. Version 3.0.0 is now available on

3 years ago June 5th, 2018 1 min read
Headless Episerver? Meet JOS.Epi.ContentApi
episerver

Headless Episerver? Meet JOS.Epi.ContentApi

I read this blog post by Mathias Kunto where he says that he will leave my beloved library behind and start using the new Episerver Headless API instead. I felt like the picture

3 years ago April 6th, 2018 1 min read
episerver

Customizing PropertyHandlers in JOS.ContentSerializer

The problem Imagine the following ContentType: public class PostPage : PageData { .... [Display(Order = 400)] [CultureSpecific] [AllowedTypes(typeof(AuthorBlock))] public virtual ContentReference Author { get; set; } ... } As you can see, it's only possible to select AuthorBlocks

3 years ago January 25th, 2018 2 min read
episerver

JOS.ContentSerializer 3.0 has been released!

New features Support for more built in properties The following properties are now supported out of the box: BlockData bool double ContentArea ContentReference DateTime IEnumerable<ContentReference> int LinkItemCollection PageReference PageType string[

3 years ago December 29th, 2017 2 min read
Subscribe via RSS
© Josef Ottosson 2021
Ghost & StayPuft